Search Issue Tracker
Active
Votes
0
Found in [Package]
1.0.1
Issue ID
MTTB-1099
Regression
No
Warnings thrown in the Console when pressing “Install Linux Server Build Support” in Multiplayer Center Hosting tab
*Steps to reproduce:*
1. Create new Unity project
2. Make sure Multiplayer packages are installed (Multiplayer Center Quickstart Content/Multiplayer Center)
3. Open Multiplayer Center window
4. Press “Quickstart”
5. Select “Hostring” tab
6. Press “Install Linux Server Build Support” button
7. Observe the Console window
*Actual results:* Warnings are thrown in the Console
{code:java}
System.ArgumentException: Object of type 'System.String' cannot be converted to type 'UnityEditor.GUID'.
at System.RuntimeType.CheckValue (System.Object value, System.Reflection.Binder binder, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) [0x00071] in <107b8456f94146d4b9e1cbdadc91cb21>:0
at System.Reflection.RuntimeMethodInfo.ConvertValues (System.Reflection.Binder binder, System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) [0x00069] in <107b8456f94146d4b9e1cbdadc91cb21>:0
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00040] in <107b8456f94146d4b9e1cbdadc91cb21>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <107b8456f94146d4b9e1cbdadc91cb21>:0
at Unity.Multiplayer.Center.Integrations.MultiplayHostingUtils.GetModuleInstallerUrl (System.String platformModuleName) [0x0001d] in ./Library/PackageCache/com.unity.multiplayer.center.quickstart@1fcc41c23ee5/Integrations/Utils/MultiplayHostingUtils.cs:67
UnityEngine.Debug:LogWarning (object)
Unity.Multiplayer.Center.Integrations.MultiplayHostingUtils:GetModuleInstallerUrl (string) (at ./Library/PackageCache/com.unity.multiplayer.center.quickstart@1fcc41c23ee5/Integrations/Utils/MultiplayHostingUtils.cs:71)
Unity.Multiplayer.Center.Integrations.MultiplayHostingOnboardingSection:OpenUnityHubModuleInstaller () (at ./Library/PackageCache/com.unity.multiplayer.center.quickstart@1fcc41c23ee5/Integrations/MultiplayHostingOnboardingSection.cs:55)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219) {code}
{code:java}
LinuxDedicatedServer Module URL generation failed. UnityEngine.Debug:LogWarning (object) Unity.Multiplayer.Center.Integrations.MultiplayHostingOnboardingSection:OpenUnityHubModuleInstaller () (at ./Library/PackageCache/com.unity.multiplayer.center.quickstart@1fcc41c23ee5/Integrations/MultiplayHostingOnboardingSection.cs:59) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
{code}
*Expected results:* No warnings are thrown in the Console
*Reproducible with versions:* 1.0.1 (6000.1.0b11, 6000.2.0a7)
*Can’t test with versions:* 6000.0.43f1 (Hosting tab not available)
*Tested on (OS):* Apple M1 Max, Sequoia 15.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Nested Canvases with the same Order in Layer ignore Z position for render order when sharing parent Canvas
- ShaderGraph Material subasset loses texture reference when reimporting all assets while using a scripted importer
- Values changed on a prefab are not retained when entering Play Mode
- Shadow Caster 2D shadows partially disappear in specific spots when used with Composite Collider 2D in the Game view
- Hierarchy and Library parts in UI Builder are inaccessible when UI Builder window is resized and these elements no longer fit in the window
Add comment