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] Heirarchy Window Doesn't Update When Sub Items Are Deleted #59

Closed 10xJosh closed 9 months ago

10xJosh commented 9 months ago

Describe the bug When item is deleted, item still appears in hierarchy window.

To Reproduce Steps to reproduce the behavior:

  1. Add item
  2. Right click on one of the sub items -> Delete

Expected behavior Once item is deleted, hierarchy window should be updated and deleted entries removed.

Screenshots

2023-11-26 23_50_02-

Additional context The parent object of the collection deletes fine (For example: cube.obj in the screenshot above deletes without issue). Issue arises when trying to delete children of the parent object.