Page 1 of 1

Spawner does not accept prefab

Posted: Tue Apr 23, 2024 9:43 am
by dkrusenstrahle
Hello,

I cannot add the chest prefab to the spawner object. It refuses to accept it in Spawned entities array.
I think I have setup the prefab correctly (according to video).

Re: Spawner does not accept prefab

Posted: Tue Apr 23, 2024 10:10 am
by Tony Li
Hi,

Add your prefab to the Prefabs list.

The Spawned Entities list is only valid at runtime. It shows which instances of the prefab(s) have been spawned into the scene.

Re: Spawner does not accept prefab

Posted: Tue Apr 23, 2024 10:24 am
by dkrusenstrahle
Thank you, my bad, works now.

Re: Spawner does not accept prefab

Posted: Tue Apr 23, 2024 11:06 am
by Tony Li
No worries; glad to help!