Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b7
Issue ID
916482
Regression
Yes
Awake is called every time the Inspector gets in focus if the Preview window is open
To reproduce:
1. Open the project, attached by tester (PreviewAwakeBug.zip)
2. Open "scene01" scene, if not open
3. Enter Play mode
4. Observe the console (Awake called one time)
5. Select PlayerPrefab in Project Window
6. Observe the console (Awake is called two more times)
7. Move the mouse between the Game window and Inspector
8. Observe the console
Expected: Awake is called only once for the object that is in the scene
Actual: Awake is called every time the inspector gains focus with the Preview window open
Reproduced in 2017.1.0b2, 2017.1.0b7, 2017.1.0b8, 2017.2.0a1
Did not reproduce in 5.5.3p2, 5.6.1p2, 2017.1.0b1
Regression introduced in 2017.1.0b2
Fixed in 2017.1.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Add comment