i have a script that creates primitive spheres, i want them to be interactable in vr using XRGrabInteractable or any other component, whenever i do this:
grabInteractable = sphereObject.AddComponent();
for some reason the spheres start having gravity and fall on the ground, meaning they also have collision