Hello,
I would like to deactivate objects during runtime instead of deleting them. I noticed the following problem:
SetVisibility only changes the visibility, colliders remain active, so I thought you would use SetActive but the colliders are still active there. Only with Set Collision Enabled does something change.
Are the following steps correct to completely disable an object that it really can’t do anything anymore?: