I want my object to go into another object so the OnTriggerEnter is called but I don’t want the objects to hit each other and change their positions due to the collision, how can I solve this?
Add a rigidbody to one of the objects and set the is kinematic to be true check the box enable it. Now there should be no collision between the objects but it will trigger the ontriggerenter.