Complex Shapes with Simple Colliders
Dec 4, 2023
Objective: Take a simple collider and make a gun shape out of it.
Sometimes we have 3D objects that have a certain shapes that can’t have a single box collider on it. to get move of a gun shape we can add multiple colliders on an object to get the right shape.
For XR Interactables, we want to make sure to grab at the right location. We can add in the new collider to XR Interactable on the gun to let the system know to grab that collider.
Now we grab the gun roughly where we need it for now.