Skip to content

Release 2.1.3

Compare
Choose a tag to compare
@TeodorVecerdi TeodorVecerdi released this 14 Jan 13:50
· 12 commits to main since this release
22bfb76

Release 2.1.3

Full Changelog: 2.0.1...2.1.3

  • Added generic ObjectPool<T> abstract class for object pooling
  • Fixed async update managers not showing up in Unity as components (Renamed classes from AsyncUpdateManager.(Sequential/Parallel) to (Sequential/Parallel)AsyncUpdateManager)
  • Cleaned up files, trimmed leading whitespace, converted tabs to spaces

Install as a submodule

Run the following on the command line in your unity project's folder:

git submodule add https://github.com/TeodorVecerdi/UnityCommons/ <DESTINATION_PATH>