We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be51b2 commit 91f96d6Copy full SHA for 91f96d6
README.md
@@ -62,7 +62,7 @@ public class Spawner : MonoBehaviour
62
var instance = _prefab.Spawn(transform.position, transform.rotation);
63
64
// Use this only with Instances of Prefab
65
- // Only Instances which was created via Populate can be Despawned
+ // Only Instances which was created via Populate/Spawn can be Despawned
66
instance.Despawn();
67
}
68
0 commit comments