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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
Add comment