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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment