2D-Character-Controller icon indicating copy to clipboard operation
2D-Character-Controller copied to clipboard

Free 2D Character Controller for Unity.

Results 46 2D-Character-Controller issues
Sort by recently updated
recently updated
newest added

Assets/playerMovement.cs(30,21): error CS1002: ; expected what is this ^

Whenever I tried to use the character controller, it pops up an error saying that a native collection has not been disposed, resulting in a memory leak. Any way to...

I dragged it into the assests, but i am not able to put it into the player. Plz help....

when I pull it to Unity there appears an error what says: !The referenced script (Unknown) on this Behaviour is missing! How can I fix that? ![The referenced script (Unknown)...

If i put the Script on the Player it says the associated Script can not be loaded. That also happens withe every other Game Controller i try.

on your tutorial it shows you bringing it in from desktop. how do I put it into desktop?

There is a bug in new version of the script for movement. On line 67, I guess they accidentally put !crouch instead of crouch. This bug makes your character be...

You will flip the sprite with SpriteRenderer component(not with transform). This is better if you dont want the x scale -1.

Added sprint that just follows the same structure as crouch but without the "m_CrouchDisableCollider".