Reply To: NullReferenceException in GraphOwnerInspector.OnDestroy

NodeCanvas Forums Support NullReferenceException in GraphOwnerInspector.OnDestroy Reply To: NullReferenceException in GraphOwnerInspector.OnDestroy

#13825
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.”?