Skip to content

kurobon-jp/SveltoECS.Unity.EntityVisualize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SveltoECS Unity EntityVisualize

This library displays a list of structure Svelto.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/SveltoECS.Unity.EntityVisualize.git?path=Assets/

Usage

Register EnginesRoot

public class MainCompositionRoot : ICompositionRoot
{
    public void OnContextInitialized<T>(T contextHolder)
    {
        var entitySubmissionScheduler = new EntitiesSubmissionScheduler();
        var enginesRoot = new EnginesRoot(entitySubmissionScheduler);
        enginesRoot.AddEngine(new HogeEngine());
        ~
        EntityVisualizer.Register("MainEnginesRoot", enginesRoot);
    }
}

Window -> Svelto.ECS -> Entities Hierarchy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published