Search Issue Tracker
Won't Fix
Votes
0
Found in
5.0.0b12
Issue ID
646542
Regression
No
EditorApplication.hierarchyWindowChanged is called twice when GameObject is created by right clicking in the hierarchy window
To reproduce:
1. Open attached project
2. Open Custom window
3. Click Create GO, will print once
4. Click Destroy GO, will print once
5. Right click on hierarchy panel and do create empty GO, will print twice
6. Delete it manually (either right-click->delete or cmd+backspace), will print only once
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
The object is created in the Scene then parented to the GO where the right click happens.
The hierarchy actually changes twice.