Number.IsNAN is not a function error
This could be happening due to another class within in the Unity project having the same class name.
Possible solution:
- Change the
Number
class in your Unity project to use a different name, such asNumberUtils
.