"Is trigger" object with sphere collider and rigid body not able to collide with solid objects.,Rigid Body collision with "Is Trigger" is not able to collide with any objects

The object must stay as “Is triggered”, but is unable to interact and collide with nearby objects.

Any help would be appreciated. ,Hi,

I am making a VR game where you have to hit a baseball with a bat. The baseball is a trigger object that has a rigid body, and a sphere collier. The baseball does not interact with any other solid object and does not collide with anything.

Is there a way to fix this problem?

Thanks

I always solve this by making another collider with the same size at the same position, just without is trigger
though this works, there is maybe a better solution