What should be the [CreateAfter(typeof(XXXX))]
To be able to retrieve a singleton created from a baker in the OnCreate() method ?
Or any good practices on that is welcome 🙂
For context :
I have a baker creating an entity with a ComponentData on it at runtime ina subscene
In a system I want to initialise some state using that singleton.
Problem :
The system is being created before the bakin is done & can't find the singleton because not yet created