Skip to content

kurobon-jp/FrifloECS.Unity.EntityVisualize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friflo.Engine.ECS Unity EntityVisualize

This library displays a list of structure Friflo.Engine.ECS entities and their structure in the Unity Inspector.
*Rewriting values ​​is not supported.

Requirement

  • Unity 2022.1 higher

Dependency

Git Path (Unity Package Manager)

https://github.com/kurobon-jp/FrifloECS.Unity.EntityVisualize.git?path=Assets/FrifloECS.Unity.EntityVisualize/

Usage

Register EntityStore

public class Main : MonoBehaviour
{
    private void Start()
    {
        var entityStore = new EntityStore();
        ~
        EntityVisualizer.Register("MainEntityStore", entityStore);
    }
}

Window -> Friflo.ECS -> Entities Hierarchy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages