Changelog
Version 2.3
- Supported minimum Unity version is set to 2021.2 (and C# 9.0)
Version 2.2
- Language packs for C# 8.0 and C# 9.0 added
Version 2.1
- New enchantment: Procedural LINQ, which converts LINQ expressions to plain procedural instructions
- Type simplification migration fix
Version 2.0
- Backend engine replaced (works faster and uses less space)
- Unity editor UI interruption error fix
Version 1.4
Version 1.3
- Online demo
- Dependency binaries update (resolves a lot of issues for OSX and Linux users)
Version 1.2
- New enchantment: Reciprocal, which converts constant number divisions to multiplication
- New enchantment: StringBuilder, which converts string concatenations to StringBuilder format
- Support for Unity versions 3 and 4
- Support for Unity version 2018.3 (beta)
- Stability improvements
Version 1.1
- New enchantment: Distance, which converts distance comparisons to squared ones
- MSBuild version mismatch error fix
- Unity editor freeze fix
- Add license for third party software