Skip to content

Commit 7cc0c7d

Browse files
authored
Merge pull request WolffunGame#2 from WolffunGame/feature/split_lazy_pool_addressable
split lazy game object pool addressables
2 parents 88975e3 + d331c19 commit 7cc0c7d

19 files changed

+105
-31
lines changed

Assets/PoolSample/Pooling.Sample.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ZBase.Foundation.Pooling",
1313
"ZBase.Foundation.Pooling.Addressables",
1414
"Sample.Environment",
15-
"ItemPooling"
15+
"ItemPooling",
16+
"GameObjectLazyPool.Addressables"
1617
],
1718
"includePlatforms": [],
1819
"excludePlatforms": [],

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/Foundation.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/Foundation/Pools.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool/Foundation/Pools/AssetRefGameObjectItemPool.cs renamed to Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/Foundation/Pools/AssetRefGameObjectItemPool.cs

File renamed without changes.

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool/Foundation/Pools/AssetRefGameObjectItemPool.cs.meta renamed to Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/Foundation/Pools/AssetRefGameObjectItemPool.cs.meta

File renamed without changes.
Lines changed: 30 additions & 0 deletions
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+
}

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/GameObjectLazyPool.Addressables.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/GlobalPools.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/ZBase.Foundation.Pooling/GameObjectLazyPool.Addressables/GlobalPools/Extensions.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)