Has anybody used Math Parsers with Unity before. I tried several but they don’t seem to be compatible with .NET 2.0?
On the other hand is there some build in function to calculate mathematical expressions like:
“2 + 3 * 5 - 4” = 13
More info here: c# - How to structure program that calculates math expression - Stack Overflow