Skip to content

Commit ae2799b

Browse files
authored
Update README.md
1 parent bfd85dc commit ae2799b

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
@@ -65,6 +65,7 @@ public class Spawner : MonoBehaviour
6565
var instance = _prefab.Spawn(transform.position, transform.rotation);
6666

6767
// Use this only with Instances of Prefab
68+
// Only Instances which was created via Populate can be Despawned
6869
instance.Despawn();
6970
}
7071
}

0 commit comments

Comments
 (0)