Unity2022 3.2f1でjikkou
Posted: 2023/06/21 06:27
Unity20223.2f1でArborEditorで作業を行うと、下記のエラーが表示され、ArborEditorが新規画面になります。
また、ステートマシンで挙動を追加をすると入力ウィンドウの上にSearchが表示され描画が崩れてしまいました。
MissingReferenceException: The object of type 'SetParameterBehaviour' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
Arbor.NodeBehaviour.get_nodeGraph () (at Assets/Plugins/Arbor/Internal/Scripts/NodeBehaviour.cs:76)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.SetupIsInGraphParameter () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:294)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.SerializeVer1 () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:329)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.Serialize () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:347)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.Arbor.INodeBehaviourSerializationCallbackReceiver.OnAfterDeserialize () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:368)
Arbor.NodeBehaviour.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize () (at Assets/Plugins/Arbor/Internal/Scripts/NodeBehaviour.cs:393)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
また、ステートマシンで挙動を追加をすると入力ウィンドウの上にSearchが表示され描画が崩れてしまいました。
MissingReferenceException: The object of type 'SetParameterBehaviour' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
Arbor.NodeBehaviour.get_nodeGraph () (at Assets/Plugins/Arbor/Internal/Scripts/NodeBehaviour.cs:76)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.SetupIsInGraphParameter () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:294)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.SerializeVer1 () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:329)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.Serialize () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:347)
Arbor.ParameterBehaviours.SetParameterBehaviourInternal.Arbor.INodeBehaviourSerializationCallbackReceiver.OnAfterDeserialize () (at Assets/Plugins/Arbor/Internal/Scripts/StateMachine/ParameterBehaviours/SetParameterBehaviourInternal.cs:368)
Arbor.NodeBehaviour.UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize () (at Assets/Plugins/Arbor/Internal/Scripts/NodeBehaviour.cs:393)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()