Hi, I have problem with opening behavior graph window on Linux:
( Ubuntu 2404, Unity 6 .32f)
Installed package, created behaviour, tried to open it, and graph window just flash and disappear.
Exception thrown while invoking [OnOpenAssetAttribute] method 'Unity.Behavior.BehaviorAuthoringGraph:step1 (int,int)' : NullReferenceException: Object reference not set to an instance of an object
UnityEditor.EditorWindow.CreateNewWindowForEditorWindow (UnityEditor.EditorWindow window, System.Boolean loadPosition, System.Boolean showImmediately, System.Boolean setFocus) (at /home/bokken/build/output/unity/unity/Editor/Mono/EditorWindow.cs:1338)
UnityEditor.EditorWindow.Show (System.Boolean immediateDisplay) (at /home/bokken/build/output/unity/unity/Editor/Mono/EditorWindow.cs:699)
UnityEditor.EditorWindow.Show () (at /home/bokken/build/output/unity/unity/Editor/Mono/EditorWindow.cs:691)
Unity.Behavior.BehaviorWindow.Open (Unity.Behavior.BehaviorAuthoringGraph asset) (at ./Library/PackageCache/com.unity.behavior/Editor/Windows/BehaviorWindow.cs:208)
Unity.Behavior.BehaviorWindowDelegate.Open (Unity.Behavior.BehaviorAuthoringGraph itemData) (at ./Library/PackageCache/com.unity.behavior/Authoring/UI/AssetEditor/BehaviorWindowDelegate.cs:20)
Unity.Behavior.BehaviorAuthoringGraph.step1 (System.Int32 instanceID, System.Int32 line) (at ./Library/PackageCache/com.unity.behavior/Authoring/Asset/BehaviorAuthoringGraph.cs:350)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) (at /home/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)