Dahomey.ExpressionEvaluator
Dahomey.ExpressionEvaluator copied to clipboard
Not AOT safe
Code in NumericFuncExpression class is not AOT safe for Unity 2019.4.1f.
This example https://github.com/dahomey-technologies/Dahomey.ExpressionEvaluator#parse-a-numeric-expression-with-function-access , not working with IL2CPP baking in case if you want to use standard Math functions you need to specify them in "UnaryExpression()" and "TryScanName()" methods, "Operator" and "TokenType" enums, and in "NumericArithmeticExpression" class.
I can create pull request if needed.
@uurha yes please