Skip to content

Commit a747f74

Browse files
authored
Update README.md
1 parent 5982c4e commit a747f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This pool creates objects that you defined on start and creates additionally if
3232

3333
`` ObjectPooler.Instance.SpawnFromPool(PooledObjectType.YourTypeComesHere , transform.position, Random.rotation); ``
3434

35+
Attention ! : Despawn should be called from the pooled object .
3536
`` ObjectPooler.Instance.Despawn(Type,gameObject); ``
3637

3738
## Demo Project

0 commit comments

Comments
 (0)