Forums › 💬 NodeCanvas › ⚙️ Support › WP8 crashes and exceptions with NC2.3.7 › Reply To: WP8 crashes and exceptions with NC2.3.7
Hey,
Regarding 1, yeah it could be due to different Unity versions. Are you on Unity 5 by the way? As for 2, here is another solution:
In GraphOwner.cs: 1. Replace Awake method with this code:
2. In GetInstance method line #95 replace: instance = Graph.Clone<Graph>(originalGraph);
instance = Graph.Clone<Graph>(originalGraph);
with :
Let me know if that works for you.
Thanks