Skip to content

Onity 0.3.1 - zero third-party runtime dependencies

Choose a tag to compare

@furkantokkan furkantokkan released this 30 May 22:50
· 40 commits to main since this release

Onity 0.3.1 removes its last third-party runtime dependency (ZLinq).

  • Zero third-party runtime dependencies. Install no longer needs NuGetForUnity — clone, or add via the Package Manager git URL, and it just compiles.
  • OnityUiPresenterFactory now uses a hand-rolled loop instead of AsValueEnumerable; the core still uses no System.Linq (only loops).
  • All docs/claims updated to "no third-party runtime dependencies".