Okay, cool. By the way, I swapped majority of the dependency free fork's math classes with OpenTK's math classes, and they worked without any hassle. No need to use two different Vector3's and Quaternions.
Hiya, I downloaded the dependency free fork yesterday. It builds nicely, but when I try to initialize a new Space(), it throws a TypeLoadException. It says that loading EntityStateChange from the assembly failed. I noticed an old post depicting the same problem and the solution back then was to chan...