Hello guys i have uploaded a video showing my unity interface and im trying to grab objects in the scene the code works well with objects created in unity but custom imported 3d objects created by me wont get grabbed why?
jfe6bp
-
Have you attached the necessary components? (depends how you are doing your grabbing, there are many different ways - I have no idea which one you’ve chosen. Most of them require a correctly configured Collider (with all correct settings, layers, etc) and some require a RigidBody (again: correctly configured for your scene/usage).
-
Are they setup properly? (e.g setting a Collider to IsTrigger will break most/all grabbing code, because of quirks of how Unity’s custom physics layer works)