#how do you access ISystem struct these
1 messages · Page 1 of 1 (latest)
When you say access do you mean how to make an ISystem? Or do you mean how to do cross system communication?
I need SceneSystem, since according to manual, that's the way to load/unload subscenes
World.GetExistingManagedSystem<TSystem>() is your friend then