HolographicWings / LethalSDK-Unity-Project

Unity Project using Lethal Company SDK
MIT License
43 stars 4 forks source link

Custom Scraps aren't able to pickup #70

Closed ZombieKingJD closed 5 months ago

ZombieKingJD commented 5 months ago

Im having issues with being able to pick up my custom items.I am able to scan the item just no option to pickup. Not sure if its me or the scrap i made, Any help would be awesome! image image image

please let me know if you need any more screenshots

HolographicWings commented 5 months ago

Did you placed a box collider on it ?

ZombieKingJD commented 5 months ago

yes i have a box collider on both the mesh and the Scan Node

ZombieKingJD commented 5 months ago

image image

HolographicWings commented 5 months ago

The tag and layer are not good, look at the templates

ZombieKingJD commented 5 months ago

Ohh i see, thank you very much @HolographicWings i completely forgot about that