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
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
- TextShadow properties are not applied when displayed in a custom MenuItem Window
- Memory leak occurs when focused on Player while using Direct3D12
Resolution Note:
The object is created in the Scene then parented to the GO where the right click happens.
The hierarchy actually changes twice.