Skip to content

Commit f6588c6

Browse files
committed
split lazy game object pool addressables
1 parent 915cc90 commit f6588c6

18 files changed

+103
-30
lines changed

GameObjectLazyPool.Addressables.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GameObjectLazyPool.Addressables/Foundation.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GameObjectLazyPool.Addressables/Foundation/Pools.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "GameObjectLazyPool.Addressables",
3+
"rootNamespace": "",
4+
"references": [
5+
"ItemPooling",
6+
"UniTask",
7+
"UniTask.Addressables",
8+
"Unity.Addressables",
9+
"ZBase.Collections.Pooled",
10+
"ZBase.Foundation.Pooling",
11+
"ZBase.Foundation.Pooling.Addressables"
12+
],
13+
"includePlatforms": [],
14+
"excludePlatforms": [],
15+
"allowUnsafeCode": false,
16+
"overrideReferences": false,
17+
"precompiledReferences": [],
18+
"autoReferenced": true,
19+
"defineConstraints": [
20+
"ZBASE_FOUNDATION_POOLING_ADDRESSABLES"
21+
],
22+
"versionDefines": [
23+
{
24+
"name": "com.unity.addressables",
25+
"expression": "",
26+
"define": "ZBASE_FOUNDATION_POOLING_ADDRESSABLES"
27+
}
28+
],
29+
"noEngineReferences": false
30+
}

GameObjectLazyPool.Addressables/GameObjectLazyPool.Addressables.asmdef.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GameObjectLazyPool.Addressables/GlobalPools.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GameObjectLazyPool.Addressables/GlobalPools/Extensions.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GameObjectLazyPool.Addressables/Items.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+17-29
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
1-
{
2-
"name": "ItemPooling",
3-
"rootNamespace": "ZBase.Foundation.Pooling.ItemPooling",
4-
"references": [
5-
"UniTask",
6-
"UniTask.Addressables",
7-
"Unity.Addressables",
8-
"Unity.ResourceManager",
9-
"ZBase.Collections.Pooled",
10-
"ZBase.Foundation.Pooling",
11-
"ZBase.Foundation.Pooling.Addressables"
12-
],
13-
"includePlatforms": [],
14-
"excludePlatforms": [],
15-
"allowUnsafeCode": false,
16-
"overrideReferences": false,
17-
"precompiledReferences": [],
18-
"autoReferenced": true,
19-
"defineConstraints": [
20-
"ZBASE_FOUNDATION_POOLING_ADDRESSABLES"
21-
],
22-
"versionDefines": [
23-
{
24-
"name": "com.unity.addressables",
25-
"expression": "",
26-
"define": "ZBASE_FOUNDATION_POOLING_ADDRESSABLES"
27-
}
28-
],
29-
"noEngineReferences": false
1+
{
2+
"name": "ItemPooling",
3+
"rootNamespace": "ZBase.Foundation.Pooling.ItemPooling",
4+
"references": [
5+
"UniTask",
6+
"ZBase.Collections.Pooled",
7+
"ZBase.Foundation.Pooling"
8+
],
9+
"includePlatforms": [],
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false,
12+
"overrideReferences": false,
13+
"precompiledReferences": [],
14+
"autoReferenced": true,
15+
"defineConstraints": [],
16+
"versionDefines": [],
17+
"noEngineReferences": false
3018
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.zbase.foundation.pooling",
33
"displayName": "ZBase.Foundation.Pooling",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"unity": "2021.3",
66
"documentationUrl": "https://github.com/WolffunGame/Unity.Pooling/blob/main/README.md",
77
"dependencies": {

0 commit comments

Comments
 (0)