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 bfd85dc commit ae2799bCopy full SHA for ae2799b
README.md
@@ -65,6 +65,7 @@ public class Spawner : MonoBehaviour
65
var instance = _prefab.Spawn(transform.position, transform.rotation);
66
67
// Use this only with Instances of Prefab
68
+ // Only Instances which was created via Populate can be Despawned
69
instance.Despawn();
70
}
71
0 commit comments