BulletML for Unity
Documentation: Dependencies
In addition to Unity 4.3 or higher, the plugin requires two extra libraries (bundled with the package in the /Plugins
folder):
-
BulletMLLib.dll: a C# BulletML implementation (parser and engine). We have only embedded the dll in the plugin as we found it easier to distribute.
But we understand that you may need to have an access to the source code. That’s why we released our open-source fork on GitHub. Feel free to have a look or even make your own fork.
We have mainly modified and updated the library to make it work on the Unity 4.3 framework.
The fork is based on the work of Dan Manning with this repository.
- Equationator.dll: an open-source library to compute an equation from a
String
.
Both libraries are licensed under the MIT License.