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

when I paste it, I get errors. I don't know how this works so HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Failed copying file 2D-Character-Controller-master/README.md to Assets/README.md. UnityEditorInternal.InternalEditorUtility:ProjectWindowDrag(HierarchyProperty, Boolean) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) what should i do?? Thx

Assets\scripts\CharacterController2D.cs(27,9): error CS0246: The type or namespace name 'UnityEvent' could not be found (are you missing a using directive or an assembly reference?) Assets\scripts\CharacterController2D.cs(30,27): error CS0246: The type or namespace...

Fixing issue #11 A boolean check was added to cancel former momentum on jump. Checking it will make the former momentum be canceled before the player jumps, resulting on the...

the first !crouch in the if statement seems to be backwards. it should just be 'crouch' because we are normally setting it to false.

Unity spat out an error when I tried to add the component to an object: "Can't add script component 'CharadterController2D' because the script class cannot be found. Make sure that...

Fixed jump not working properly when Time.timeScale is not equal to 1

1. If the character stands at an slope he slides down. 2. if i jump 2 platforms as fast as possible at the same time up, the character makes one...

Assets\Movement.cs(2,1): error CS1529: A using clause must precede all other elements defined in the namespace except extern alias declarations Thats all I get when I tried to start it, can...

this isn't really an issue, it's just me being dumb, but what are the controls for this, is it WASD, arrow keys, or do I configure them?