- Home /
Question by
capocchione · Jul 17, 2020 at 03:03 PM ·
c#mathlibrarylibraries
There is a way to import an ODE solver library and use it?
Hello, I need to solve some ODEs in Unity and I was wondering if there is a way to import external libraries in Unity and use them in c# script. I can write a solver from scratch (such as Runge-Kutta 4th order numerical solver) but it doesn't have the power and flexibility I need. By the way, I need to solve ODEs in Unity because a prefab behavior is managed by ODEs solutions.
EXTRA: if you know which library could be the best for me, please let me know! Thanks!
Comment
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
How to import an expression evaluator into unity? 2 Answers
Distribute terrain in zones 3 Answers
if statements with transform.rotation not working? 2 Answers