Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.1.0a5
2019.2.0a1
Issue ID
1115778
Regression
Yes
The Scene View grid lines break when a script blocks Prefab Mode in Play Mode
UI Scrollbars currently block Prefab Mode in Play Mode. This has some bad knockons, including breaking the Scene View grid lines in certain situations. If you have the main scene view set to 3D but are viewing a prefab with a Scrollbar in 2D isolation mode, then enter and exit playmode, the grid in the main scene view will stay vertical as if the scene view is still 2D.
You'll get the following warning when attempting to enter playmode in this instance:
Prefab Mode in Play Mode was blocked by the script 'Scrollbar' to prevent the script accidentally affecting Play Mode. See the documentation for [ExecuteInEditMode] and [ExecuteAlways] for info on how to make scripts compatible with Prefab Mode during Play Mode.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
1. Install Unity
2. Open the attached project
3. Make sure the Scene view is set to 3D
3. Navigate to Assets Canvas.prefab
4. Open Canvas.prefab in isolation mode
5. Set the isolation scene view to 2D
6. Enter play mode
7. Exit play mode
Expected Result:
The user is returned to scene view and the grid should match the 3D view setting.
Actual Result:
The user is returned to scene view, which is set to 3D, but the scene view grid appears vertical as if the scene view is set to 2D. It will stay this way until the project is reopened.
Tested on Windows.
Occurs on 2019.2.0a1, 2019.1.0a14, 2019.1.0a7, 2019.1.0a5
Does not occur on 2018.3.0f2, 2019.1.0a1, 2019.1.0a3, 2019.1.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
- Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
- Slider Fill Area disappears after undoing “Set Native Size” change
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
Add comment