Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.4.1p3
Issue ID
839300
Regression
Yes
Editor creates multiple instances of an object selected in the hierarchy view(onEnable)
Steps to reproduce:
1. Download and open attached project
2. Open scene "test"
3. Hit play
4. Hit play again to stop
5. Click on "TestGameObject" in the hierarchy view
6. Observe console logs
Note: there is a script set-up (TestEditor) to write a debug message when selecting an object in the hierarchy view(onEnable and onDisable).
Expected result: 1x debug message Enable and 1x debug message Ctor when selecting, 1x debug message Disable when deselecting
Actual result: multiple of the same Debug messages are shown
Reproduced on 5.4.1p3, 5.4.2f1, 5.5.0b9, 5.6.0a1
Regression found in 5.3.6f1
Bug first appears in 5.4
Note: after importing the project into 5.3, saving and opening it back in 5.4, the bug seems to dissapear
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment