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

[Editor] Cant spawn two Inspectors, or any window #70

Closed michaelsakharov closed 9 months ago

michaelsakharov commented 9 months ago

Because they share the same ImGUI ID, the second one renders inside the previous one in a weird jank way,

Also Docking relies on names, so initial window names must remain the same but ones being added from that point onwards can take on a "##NumberOfEditorWindowsCreated" or something