We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f22a2a commit 83c1aafCopy full SHA for 83c1aaf
2 files changed
Assets/Object Pooler/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.1](https://github.com/MirageNet/ObjectPooler/compare/v1.1.0...v1.1.1) (2021-10-24)
2
+
3
4
+### Bug Fixes
5
6
+* missed fixing unspawn method for mirror ([#5](https://github.com/MirageNet/ObjectPooler/issues/5)) ([7f22a2a](https://github.com/MirageNet/ObjectPooler/commit/7f22a2aca49886c89f153c6e9ac5f55a7ab2e768))
7
8
# [1.1.0](https://github.com/MirageNet/ObjectPooler/compare/v1.0.2...v1.1.0) (2021-10-24)
9
10
Assets/Object Pooler/package.json
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.objectpooler",
"displayName": "Mirage Object Pooler",
- "version": "1.1.0",
+ "version": "1.1.1",
"unity": "2021.1",
"description": "A plugin to handle object pooling locally and network in mirage.",
"author": "Mirage",
0 commit comments