Search Issue Tracker
Active
Votes
0
Found in [Package]
1.0.1
Issue ID
MTTB-1100
Regression
No
Resizing Inspector window throws errors when Multiplayer Center window is docked next to it
*Steps to reproduce:*
1. Create new Unity project
2. Open Multiplayer Center window
3. Dock Multiplayer Center window next Inspector tab
4. Open Inspector tab (Inspector window focused)
5. Resize Inspector window
*Actual results:* Errors thrown in the Console when resizing Inspector window
*Expected results:*
*Reproducible with versions:* 1.0.1 (6000.0.43f1, 6000.1.0b11, 6000.2.0a7)
*Can’t test with versions:* 2022.3.60f1
*Tested on (OS):* Apple M1 Max, Sequoia 15.2
*Notes:*
* sometimes it’s enough just to open Inspector window and errors will be thrown once Multiplayer Center window is docked
{code:java}
m_GateCount > 0
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
{code}
{code:java}
ArgumentException: Cannot unschedule unknown scheduled function UnityEngine.UIElements.VisualElement+SimpleScheduledItem
UnityEngine.UIElements.TimerEventScheduler.Unschedule (UnityEngine.UIElements.ScheduledItem item) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/Scheduler.cs:305)
UnityEngine.UIElements.VisualElement+BaseVisualElementScheduledItem.OnPanelDeactivate () (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/VisualElementScheduler.cs:316)
UnityEngine.UIElements.VisualElement+BaseVisualElementScheduledItem.SendDeactivation () (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/VisualElementScheduler.cs:209)
UnityEngine.UIElements.VisualElement+BaseVisualElementScheduledItem.OnElementDetachFromPanelCallback (UnityEngine.UIElements.DetachFromPanelEvent evt) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/VisualElementScheduler.cs:229)
UnityEngine.UIElements.EventCallbackFunctor`1[TEventType].Invoke (UnityEngine.UIElements.EventBase evt) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/Events/EventCallback.cs:64)
{code}
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