Search Issue Tracker
Feature Request
Votes
0
Found in [Package]
2.0.0
Issue ID
MTTB-1618
Regression
Yes
Multiplayer Play Mode reactivating Inspector via Layout button breaks the Hierarchy in the Virtual Player window
Steps to reproduce:
- Open the attached project
- Open the TestScene
- In the Multiplayer Play Mode window, start a Virtual Player
- Enter Play Mode
- In the Virtual Player window, press the Layout button
- Enable Hierarchy and the Inspector windows
- Disable the Inspector window
- Enable the Inspector window
- Observe the Virtual Player window
Actual results: The hierarchy window is not displayed, and a warning about an issue is thrown
Expected results: The Hierarchy panel inside the Virtual Player window is displayed without warnings or errors after re-enabling the Inspector
Reproducible with versions: 2.0.0-pre.1 (6000.3.0b4, 6000.4.0a1)
Not reproducible with versions: 1.6.1 (6000.0.59f1, 6000.2.5f1)
Tested on (OS): macOS 26.0
Notes:
- The issue persists after exiting and re-entering Play mode. Clearing the Library folder temporarily resolves the issue
- Does not reproduce with Hierarchy V1. Hierarchy V2 can be enabled via Preferences -> General -> Use new Hierarchy Window
Full warning message:
- Attempted to open unsupported window in cloned player systems: Unity.Hierarchy.Editor.HierarchyWindow.Please reach out on the forums and contact Unity Admins for more info.
UnityEngine.Debug:LogWarning (object)
Unity.Multiplayer.PlayMode.Editor.ClonedPlayerSystems:BlockWindowIfRequired (UnityEditor.EditorWindow) (at /Users/bokken/build/output/unity/unity/Modules/MultiplayerEditor/Managed/MultiplayerPlayMode/Workflow/EditorSystems/ClonedPlayerSystems.cs:72)
Unity.Multiplayer.PlayMode.Editor.ClonedPlayerSystems:OnWindowChangedShouldBlock () (at /Users/bokken/build/output/unity/unity/Modules/MultiplayerEditor/Managed/MultiplayerPlayMode/Workflow/EditorSystems/ClonedPlayerSystems.cs:56)
UnityEditor.WindowLayout:TryLoadWindowLayout (string,UnityEditor.WindowLayout/LoadWindowLayoutFlags)
Unity.Multiplayer.PlayMode.Editor.WindowLayout:LoadWindowLayout (string,string) (at /Users/bokken/build/output/unity/unity/Modules/MultiplayerEditor/Managed/MultiplayerPlayMode/InternalBridge/WindowLayout.cs:35)
Unity.Multiplayer.PlayMode.Editor.EditorModesUtility:SwitchLayoutToMode (bool) (at /Users/bokken/build/output/unity/unity/Modules/MultiplayerEditor/Managed/MultiplayerPlayMode/Workflow/EditorModes/EditorModesUtility.cs:176)
Unity.Multiplayer.PlayMode.Editor.WindowLayoutPopoutWindow:OnUpdate () (at /Users/bokken/build/output/unity/unity/Modules/MultiplayerEditor/Managed/MultiplayerPlayMode/Workflow/UI/WindowLayoutPopoutWindow.cs:49)
Unity.Multiplayer.PlayMode.Editor.TopView/<>c__DisplayClass3_0:<CreateGUI>b__5 () (at /Users/bokken/build/output/unity/unity/Modules/MultiplayerEditor/Managed/MultiplayerPlayMode/Workflow/UI/TopView.cs:122)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:392)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Resolution Note:
The V2 Hierarchy window is not supported in the clones as per the following message;
" Attempted to open unsupported window in cloned player systems: Unity.Hierarchy.Editor.HierarchyWindow.Please reach out on the forums and contact Unity Admins for more info. "
Adding this to our backlog. for future check.