You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the interest of allowing entities to be properly handled and upgraded, without assumptions, every entity is assigned a semantic version upon its creation. This is a read-only property to the scripting API and can only be changed by copying properties to a new entity.
The text was updated successfully, but these errors were encountered:
Entity JSONs have a single version at the top if I recall correctly, this instead moves that version number into each entity. The UUID is to identify the entity, the version is to determine what set of "properties" it has and can legally have so we can perform fix-up, determine compatibility, etc.
Summary
In the interest of allowing entities to be properly handled and upgraded, without assumptions, every entity is assigned a semantic version upon its creation. This is a read-only property to the scripting API and can only be changed by copying properties to a new entity.
The text was updated successfully, but these errors were encountered: