Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 374 Bytes

mlib

Library of Unity helpers

GO

Helper for working with GameObjects using a fluent interface.

##ObjectPool and GameObjectPool Simple object pool with support for generic types and GameObjects/Transforms. Compatible with GO.

##Others that will be added later

  • MeshBuilder. A set of tools to generate meshes using a fluent interface.
  • M. Optimized math functions.