This library displays a list of structure Friflo.Engine.ECS entities and their structure in the Unity Inspector.
*Rewriting values is not supported.
- Unity 2022.1 higher
public class Main : MonoBehaviour
{
private void Start()
{
var entityStore = new EntityStore();
~
EntityVisualizer.Register("MainEntityStore", entityStore);
}
}