Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0a1
Issue ID
845601
Regression
No
Build settings window becomes unresponsive when switching to Facebook platform
To reproduce:
1. Create new project
2. Open build settings
3. Switch to Facebook platform
4. Notice that Build settings window becomes unresponsive (window can be closed, but everything else is unresponsive) and Argument null exception is thrown
Exception:
ArgumentNullException: Argument cannot be null.
Parameter name: path1
System.IO.Path.Combine (System.String path1, System.String path2) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Path.cs:112)
UnityEditor.Facebook.SDKManager.get_FacebookUnityAssemblyPath () (at C:/buildslave/unity/build/PlatformDependent/Facebook/Extensions/Managed/SDKManager.cs:113)
UnityEditor.Facebook.FacebookSettingsExtension.GetFacebookSettingsType () (at C:/buildslave/unity/build/PlatformDependent/Facebook/Extensions/Managed/FacebookSettingsExtension.cs:101)
UnityEditor.Facebook.FacebookSettingsExtension.InitFacebookSettings () (at C:/buildslave/unity/build/PlatformDependent/Facebook/Extensions/Managed/FacebookSettingsExtension.cs:43)
UnityEditor.Facebook.FacebookSettingsExtension.get_AppID () (at C:/buildslave/unity/build/PlatformDependent/Facebook/Extensions/Managed/FacebookSettingsExtension.cs:64)
UnityEditor.Facebook.BuildWindowExtension.ShowPlatformBuildOptions () (at C:/buildslave/unity/build/PlatformDependent/Facebook/Extensions/Managed/BuildWindowExtension.cs:158)
UnityEditor.BuildPlayerWindow.ShowBuildTargetSettings () (at C:/buildslave/unity/build/Editor/Mono/BuildPlayerWindow.cs:1190)
UnityEditor.BuildPlayerWindow.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/BuildPlayerWindow.cs:909)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:249)
UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:242)
UnityEditor.HostView.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:76)
Reproducible: 5.6.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment