Releases: Katsuya100/BoxingPool
Releases · Katsuya100/BoxingPool
v1.3.1
v1.3.0
- Implement ReadOnlyHandler
- Optimization
==== - ReadOnlyHandlerを実装
- 最適化
v1.2.0
- Implement ThreadStatic pooling.
==== - ThreadStaticなプールを実装
v1.1.0
- Changed to not use Unsafe class
- Changed rewriting of boxed objects to use IL's Unbox instruction
- Terminated support for Unity2020 series.
==== - Unsafeクラスを使わないように変更
- Box化オブジェクトの書き換えをILのUnbox命令を使うように変更
- Unity2020系のサポートを終了
v1.0.1
Update v1.0.1.
- Prepared a pre-process that allows BoxingPool to be disabled.
- Fixed a compile error in Unity2020.3 series.
- Fixed a bug that caused ConcurrentBoxingPool to create useless cache.
==== - BoxingPoolをDisableにできるプリプロセスを用意
- Unity2020.3系でのコンパイルエラーを修正
- ConcurrentBoxingPoolが無用なキャッシュを作成する不具合の修正
v1.0.0
Release BoxingPool v1.0.0.
BoxingPool v1.0.0をリリース。