mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Make docs on JSON model versioning more explicit
This commit is contained in:
@@ -33,6 +33,9 @@ Rojo JSON models are stored in `.model.json` files.
|
|||||||
!!! info
|
!!! 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.
|
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:
|
JSON model files are fairly strict; any syntax errors will cause the model to fail to sync! They look like this:
|
||||||
|
|
||||||
`hello.model.json`
|
`hello.model.json`
|
||||||
|
|||||||
Reference in New Issue
Block a user