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
328 stars 27 forks source link

[Editor] Improved Prefabs #113

Open michaelsakharov opened 4 months ago

michaelsakharov commented 4 months ago

We technically have Prefabs But they lack Varients or Nesting, infact they don't even track modifications or allow reverting/applying changes.

Their super basic just saved game objects that can be instantiated.