Skip to content

Releases: Katsuya100/BoxingPool

v1.3.1

08 Jun 09:40

Choose a tag to compare

  • Fixed an error when the Unbox is made Inline.
    ====
  • UnboxがInline化されるとエラーになる不具合を修正

v1.3.0

19 Feb 12:30

Choose a tag to compare

  • Implement ReadOnlyHandler
  • Optimization
    ====
  • ReadOnlyHandlerを実装
  • 最適化

v1.2.0

24 Oct 13:47

Choose a tag to compare

  • Implement ThreadStatic pooling.
    ====
  • ThreadStaticなプールを実装

v1.1.0

24 Sep 10:27

Choose a tag to compare

  • 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

10 May 13:38

Choose a tag to compare

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

09 May 14:56

Choose a tag to compare

Release BoxingPool v1.0.0.
BoxingPool v1.0.0をリリース。