Spawned runtime pickup

mrgyarmati

New member
Hello. I made an weapon pickup what is work correctly when I manually place to the map. If I wanna use spawn point and Object pool, the pickup is spawning correctly but I can't pickup. What I missed?
 
Have you followed this video? Once you complete this tutorial you'll be able to pickup runtime items:

 
Have you followed this video? Once you complete this tutorial you'll be able to pickup runtime items:


Yes I followed this and work well. But if I use spawn point to spawn pickup to the world then the pickup ignored by the character.
 
Make sure your pickup object is using a layer that the character will collide with, such as the Default layer.
 
Top