Hello i’m currently trying to include the touch controllers in a VR environment, but the touch controllers don’t pickup objects like they’re supposed to, What may be the problem?
Hard to say without seeing the code that you are using!
I’m only using the downloadable asset that lets you include the touch controllers in VR no scripting that I know of
So how are you attempting to pick up objects? Touch controllers natively only provide tracking and input. Which documentation are you referring to that they are “supposed to pick up objects”?
I’m new to touch controllers and unity in general, but in the tutorial I could pick up objects with the controllers so I assumed it was a built in function
It will not work out of the box, you have to set them up yourself with the right scripts. Either write them yourself or use scripts from other sources.