Reply To: NullReferenceException in GraphOwnerInspector.OnDestroy

Forums 💬 NodeCanvas ⚙️ Support NullReferenceException in GraphOwnerInspector.OnDestroy Reply To: NullReferenceException in GraphOwnerInspector.OnDestroy

#17029
sugoidev
Participant

    If it is fake-null (when owner == null is true, but ReferenceEquals(owner, null) isn’t), won’t accessing its members throw with message “The object of type TYPE has been destroyed but you are still trying to access it.”?