• Image
  • Image
  • Image
  • Current Version: 1.3: 2022-03-21T10:18:44Z
  • First Published: 2020-07-27T10:59:11Z
  • Size: 155184
  • Supported Unity Versions: 2019.4.2
tools input-management

IKT Formula Parser

No rating !(0 Vote)
$13.80 $13.80

A scripting library for parsing mathematical expressions from string to run-time function. Make your Unity project even more moddable by moving whole functions to data files outside of code.

Documentation

Expression syntax is simple and designed around common game formulas. The powerful variable system allows formulas to quickly access values directly from run-time objects and without the necessity to know upfront exactly which values are needed for which formula.

Compatible with:
- Windows, Mac, Linux, Unity Editor, WebGL, iOS, Android, Windows Phone, UWP
- IL2CPP and Mono
- High level of code stripping

- Supported operators: +, -,*, /, \, %, ^, &, |, @, =, <>, <, <=, >, >=
- Comparison with optional tolerance: x = y ~ 0.01
- Lookup syntax: i [a, b, c]
- Conditional operands: 10 + 5 ? (lvl > 2)
- Extendable function set
- Built-in functions: abs, case, ceil, floor, if, limit, log, max, min, ratio, round, sgn, trunc
- System.Linq.Expressions compilation and JIT optimization on platforms that support it

Requires .Net Framework 4.0 or .Net Standard 2.0.


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!