Reply To: ArgumentNullException: Value cannot be null.[3.1.8]

FlowCanvas Forums Support ArgumentNullException: Value cannot be null.[3.1.8] Reply To: ArgumentNullException: Value cannot be null.[3.1.8]

#2864
gatalskii
Participant

Catched some reproduction steps:

1. Let some object a on scene A and attached flowscript on it;

2. Select the script in the project that attached to object(it should shown in the inspector now);

3. Unload scene A, load scene B. Scene B doesn’t contain object a;

4. When B has loaded, then will start error logging every frame. If not, try to point your cursor above inspector, in my case this triggers logging errors too.

P.S. It seems like cached contextObject contains reference on already destroyed object, so IsPartOfRegularPrefab can’t handle this object properly?