Manage data by black magic
In the past month, I found it is hard to manage data for the wide variety of Entity. Although Unity already provides resource manage system, but it is not designed to handle object data. Components in ECS usually use a reference id to access resources or other components, so the data management tool should consider reference id as resource. Here is a list of features that tool should have: Can define schema to ensure data type ( make sure a field is Int /…