What are Subscenes in Unity? (Massive Worlds!)

✅ Get the Project files and Utilities at Let’s check out Subscenes in Unity, what they are and how we can use them to make Massive Worlds! Subscenes use Unity DOTS / ECS in order to be insanely performant with nearly instant loading. When closed they represent their contents as Entities and when you need to modify something you can open the Subscene which will convert all objects into Game Objects that you can edit as usual. If you have any questions post
Back to Top