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 18a9012 commit 598b357Copy full SHA for 598b357
Pool.cs
@@ -8,7 +8,7 @@ namespace ToolBox.Pools
8
[System.Serializable]
9
public class Pool
10
{
11
- [SerializeField, AssetsOnly, ValueDropdown(nameof(GetPoolables))] private Poolable _prefab = null;
+ [SerializeField, AssetList, AssetsOnly] private Poolable _prefab = null;
12
[SerializeField] private int _startCount = 0;
13
[SerializeField, SceneObjectsOnly] private Transform _holder = null;
14
[SerializeField] private GameObjectReactor _objectInitializator = null;
0 commit comments