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).
Spawner does not accept prefab
-
- Posts: 39
- Joined: Sat Apr 20, 2024 7:03 pm
Spawner does not accept prefab
- Attachments
-
- Screenshot 2024-04-23 at 15.42.09.png (168.27 KiB) Viewed 1089 times
Re: Spawner does not accept prefab
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.
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.
-
- Posts: 39
- Joined: Sat Apr 20, 2024 7:03 pm
Re: Spawner does not accept prefab
Thank you, my bad, works now.
Re: Spawner does not accept prefab
No worries; glad to help!