From f4d7dda8e3da4a409aa3d5d549b527f1966e9d96 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 26 May 2018 17:19:37 -0700 Subject: [PATCH] Make docs on JSON model versioning more explicit --- docs/sync-details.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sync-details.md b/docs/sync-details.md index 3642fc7c..21bf340b 100644 --- a/docs/sync-details.md +++ b/docs/sync-details.md @@ -33,6 +33,9 @@ Rojo JSON models are stored in `.model.json` files. !!! info In the future, Rojo will support `.rbxmx` models. See [issue #7](https://github.com/LPGhatguy/rojo/issues/7) for more details and updates on this feature. +!!! warning + Prior to version 0.4.9, the `Properties` and `Children` properties are required on all instances in JSON models! + JSON model files are fairly strict; any syntax errors will cause the model to fail to sync! They look like this: `hello.model.json`