#Feature Request: add source world to SceneSystem streaming worlds
1 messages · Page 1 of 1 (latest)
If you are instancing subscene from script you can use PostLoadCommandBuffer to do that on your own
https://docs.unity3d.com/Packages/com.unity.entities@1.0/manual/streaming-scene-instancing.html - check "Scene instancing overview" section
Yes, but that means I have to modify all systems responsible for loading subscenes... Just for niche feature, meanwhile it would take 5 lines of code to just add the same to scene system