https://github.com/ayutaz/unityobjectpooltest
https://github.com/ayutaz/unityobjectpooltest
objectpool unity
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayutaz/unityobjectpooltest
- Owner: ayutaz
- License: mit
- Created: 2022-08-27T04:05:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T10:50:54.000Z (over 3 years ago)
- Last Synced: 2025-02-02T05:41:29.188Z (12 months ago)
- Topics: objectpool, unity
- Language: ShaderLab
- Homepage:
- Size: 38.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Object Pool Test vs UniRx Object Pool Test
Unity 2021から標準に追加されたObject PoolとUniRxのObject Poolの動作検証及び実装の比較
* [Unity Object Pool Test vs UniRx Object Pool Test](#unity-object-pool-test-vs-unirx-object-pool-test)
* [Demo](#demo)
* [UniRxのObject Poolを使ったデモ](#unirxobject-pool)
* [requirements](#requirements)
* [references](#references)
# [Demo](https://ayutaz.github.io/UnityObjectPoolTest/WebGL/WebGL/)

# requirements
* Unity 2021.3.4f1
# references
## UniRx ver
* [UniRxのObjectPoolを利用する](https://qiita.com/toRisouP/items/2a5fb86654525a4a8453)
## Unity ver
* [【Unity】Unity公式のObjectPoolを使ってみる(内部実装も一部紹介)](https://www.hanachiru-blog.com/entry/2022/07/25/221600)
* [Unity 2021から利用できるUnity標準のオブジェクトプールについて](https://blog.yucchiy.com/2021/04/objectpool-in-unity-2021/)