I made a door with a hinge joint and rigidbody and it works when I throw other objects at it that have a rigidbody.
Problem: I use the Unity Character Controller (Does not have a rb to my knowledge) and therefore does not interact with the hinge joint/rigidbody of my door.
Is there another way to interact with it using the build in Character Controller?