Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.5.0b7
Issue ID
840932
Regression
No
[OSX] Services tab layout is rendered like file manager window without proper UI after opening scene on OSX
Prerequisites:
You'll need to have collab project with some external commits that require reloading current scene.
Steps to reproduce:
1. Open Unity on OSX;
2. Open Collab project;
3. Merge latest changes and update to latest commit;
4. Reload scene and open Services tab.
Actual result:
Services tab rendering is broken. Also following errors are displayed in the console:
- 'FileNotFoundException: Could not load file or assembly 'UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies;
- GameObject (named '_Scene Switcher') references runtime script in scene file. Fixing! - as a warning;
- ArgumentOutOfRangeException: Cannot be negative.
See attached screenshot. Editor.log file is also attached.
Expected result:
Services tab should be rendered normally with UI.
Notes:
- Happened only once on OSX 10.12;
- Didn't spot this bug on Windows 10;
- Restarting Editor fixed the problem.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Add comment