unityのエラーについて
私はvisualscriptingを利用してゲーム製作を行っているのですが、MissingReferenceException: The object of type 'GameObject' 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.というエラーがでるようになりました、どのようにして解決すればいいのか教えてほしいです,またどういった場合に起こるのかもお願いします。
発生している問題・エラー
MissingReferenceException: The object of type 'GameObject' 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.
Unity.VisualScripting.InstanceActionInvoker`2[TTarget,TParam0].InvokeUnsafe (System.Object target, System.Object arg0) (at
0