mparlak / Flee

Fast Lightweight Expression Evaluator
624 stars 119 forks source link

Object Reference not set on Unity3D with a fix #82

Open SuperKLA opened 4 years ago

SuperKLA commented 4 years ago

Following Error occurs with the master version of FLEE on Unity 2019.2

Bildschirmfoto 2020-10-03 um 18 51 38

I looked at the code and saw this.

Bildschirmfoto 2020-10-03 um 18 48 44

After some debugging I changed it to this

Bildschirmfoto 2020-10-03 um 18 48 39

Now it works, but I'm not sure if this has other consequences. Can you tell me if this is a valid bugfix?