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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
The object is created in the Scene then parented to the GO where the right click happens.
The hierarchy actually changes twice.