Reply To: NodeCanvas blackboard access from FlowCanvas issue.

FlowCanvas Forums Support NodeCanvas blackboard access from FlowCanvas issue. Reply To: NodeCanvas blackboard access from FlowCanvas issue.

#863
Tim
Participant

Using IL2CPP. After a lot of digging around I finally found what is causing it. I attached the part that is causing the issue. OnAwake works fine on both ios and pc. OnFixedUpdate is the part that works fine on PC but crashes ios. I’m guessing the null reference is for MyRigidbody, which is just a cached property set in OnAwake. Any thoughts as to why this would crash on ios?

Attachments:
  1. Capture-1.png