HI,
I want my Game object to be completely independent of Unity’s Physics, and make him do things by Scripts. ( like detect collision, detect trigger, move around with buttons )
What changes i should make in my editor ? and what things i should apply to it from physics component.( assume that it is Empty gameobject )
Thank you