Search Issue Tracker
Fixed in 2017.1.0f3
Votes
0
Found in
5.6.0b10
Issue ID
884613
Regression
Yes
Editor 32 bit with Facebook installed looks corrupted
On first installation of Editor 32 bit with Facebook installed looks corrupted:
To repro:
1. Install Unity Editor 32bit and Facebook Target support 5.6b10.
2. Open Editor.
Actual result:UI looks corrupted (fonts are red colored and not in places).
Errors in logs:
Missing built-in guistyle In BigTitle
UnityEngine.GUIUtility:BeginGUI(Int32, Int32, Int32)
UnityEditorInternal.VisualStudioUtil:FindVisualStudioDevEnvPaths(Int32, String)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
Unable to find style 'CommandLeft' in skin 'DarkSkin' Layout
UnityEditor.Toolbar:OnGUI()
UnityEditorInternal.VisualStudioUtil:FindVisualStudioDevEnvPaths(Int32, String)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.DockArea.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/GUI/DockArea.cs:279)
UnityEditorInternal.VisualStudioUtil:FindVisualStudioDevEnvPaths(Int32, String)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Toolbar.get_lastLoadedLayoutName () (at C:/buildslave/unity/build/Editor/Mono/GUI/Toolbar.cs:230)
UnityEditor.Toolbar.DoLayoutDropDown (Rect rect) (at C:/buildslave/unity/build/Editor/Mono/GUI/Toolbar.cs:550)
UnityEditor.Toolbar.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/GUI/Toolbar.cs:358)
UnityEditorInternal.VisualStudioUtil:FindVisualStudioDevEnvPaths(Int32, String)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes()
After first build of standalone for Facebook, problem is gone.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
Add comment