Skip to content

v1.3.0

Compare
Choose a tag to compare
@zachkinstner zachkinstner released this 26 Aug 20:32
· 503 commits to master since this release

Change Log

  • Optimized: All garbage collector allocations (GC Alloc) that occurred in Update loop have been removed.
  • Updated: Most arrays have been switched to use List<> or ReadOnlyCollection<>.
  • Updated: Meshes now created with MeshBuilder to avoid unnecessary array allocations.

Migration Notes

  • Breaking Change: The arrays exposed by certain classes/interfaces have been replaced with alternatives, like List<> or ReadOnlyCollection<>.