We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3ea58 commit 371f90fCopy full SHA for 371f90f
README.md
@@ -62,7 +62,6 @@ 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/Spawn can be Despawned
66
instance.Despawn();
67
}
68
0 commit comments