Hi,
I'm using Unity 2020.3.14f1 and when I import a demo and make a script like: new BVH("D:\\Databases\\CMU\\BVH\\01\\01_08.bvh", -10).makeDebugSkeleton(true, "00ff00")
I get an error:
"
FormatException: Input string was not in a correct format.
System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) (at <695d1cc93cca45069c528c15c9fdd749>:0)
....
"
It's not related to the path, it's sth with parsing the actuall bvh. Can you help?
Marcin