CharacterController2D icon indicating copy to clipboard operation
CharacterController2D copied to clipboard

No need to add a rigidbody2d component to gameobject

Open KirinHorse opened this issue 7 years ago • 1 comments

Rigidbody2d may causes some wrong movement often. And you required a rigidbody but never use it. I removed the rigidbody and it works better now.

KirinHorse avatar Apr 13 '17 15:04 KirinHorse

We can remove the Rigid Body from the Character Controller, but we need to add Rigid Bodies to the triggers in order to detect events, it may be better to leave the rigid bodies on the triggers as they might not move? Let me know what do you think.

riktothepast avatar Oct 16 '18 04:10 riktothepast