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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Add comment