I need to detect if the player is inside a cube without renderer to toggle a water effect, but how can I do it without this cube stopping the player from going down?
In a collider definition, there is a check-box called “Is Trigger”. If checked, then the collider can be used to trigger an indication that a collision has occurred without the object participating in any physics based movement preventions. I’d suggest studying on “Is Trigger”.