decentraland / decentraland/sdk
Change editor components to a protocol-buffer definition
Open
editor
- Dominant language
- No language data
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When storing serialized components in a composite, it is important to ensure versioning to prevent instantiation errors in case of updates. Currently, if a property is added to EntityNode and a previous version of the composite is read, the instantiation will fail.
Solution proposed: use protocol buffer to serializable components.
Contributor guide
Assessment
This issue has not been assessed yet.