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 c6858be commit d7872dfCopy full SHA for d7872df
Assets/Scripts/ObjectPool/PooledObject.cs
@@ -44,6 +44,9 @@ public virtual void AddRandomForce()
44
45
private void Update()
46
{
47
+ //The timer stands for only demostration reasons .
48
+ //Remove it or comment it than you can despawn your objects whenever you want !.
49
+
50
if (_timer > 0)
51
52
_timer -= Time.deltaTime;
0 commit comments