ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
360 stars 30 forks source link

[Engine] Scenes #78

Closed michaelsakharov closed 9 months ago

michaelsakharov commented 9 months ago

Scenes, Just resources which are arrays of GameObjects with a SceneManager and Scene loading system

While were at it we may as well support additive scene loading, since scenes will just be an array of gameobjects.