YourScriptsObject:
Does it have a collider? If so, what kind (sphere? charactecontroller?)
Is it set to be a trigger?
Does it have a rigidbody? If so, what are the settings? Kinematic?
Is this object moving? if so, how are you moving it? (charactercontroller.move/simplemove, transform.translate, manually editing transform, rigidbody forces…?)
Block3dCube:
Does it have a collider? If so, what kind (sphere? charactecontroller?)
Is it set to be a trigger?
Does it have a rigidbody? If so, what are the settings? Kinematic?
Is this object moving? if so, how are you moving it? (charactercontroller.move/simplemove, transform.translate, manually editing transform, rigidbody forces…?)