
2D Movement Jumping Issue — Brackeys Forum
Jul 10, 2020 · In Brackeys's 2D Movement video, he demonstrates how to use the premade character controller script to make the character object jump. After following his instructions, …
Need help with a movement script (using rigidbody)
May 25, 2020 · 1.1K 2D Art; 680 Audio; 1K Brackeys' Tutorials; 44.8K Off-topic; Need help with a movement script (using ...
Brackeys 2D Movement Tutorial
Feb 5, 2022 · I am currently watching the '2D Movement in Unity (Tutorial)' by Brackeys. I am using the same code as used in the video, but the player is not jumping with the input of the …
How would I add 'jump' functionality to this script?
Jul 29, 2020 · But, even after adding this, when I press the spacebar (the chosen key for jumping). The character won't do anything. Unless of course I got something wrong. You see …
2D Character only move on Y axis - Brackeys Forum
May 28, 2020 · So i'm making a Platformer but my player can only jump and crouch. Everytime I want to walk, my player just stay here and don't move. Everything is okay in the input manager …
fps controller scripts — Brackeys Forum
May 15, 2020 · Hi i've used the fps controller scripts that work on a character controller but for some reason the camera wont move at the same time as the player and i cant see where the …
Tutorial: Top Down Shooting in Unity — Brackeys Forum
Jun 20, 2020 · The host of the video walked viewers through everything in the video except for the 'explosion animation' process: Timestamp:
I followed "2D Movement in Unity (Tutorial)" correctly still I am ...
Oct 4, 2020 · You need to create a vector two and set on one axis equal to your float so if you wanted to move right to left that look likes: Vector2 v2 = new Vector2 (horizontalmove, 0); …
How to make a double jump — Brackeys Forum
Jul 5, 2020 · I am entirely new to the programming with Unity and specifically C#. However I had some courses about programming in different languages. So at least I know how to do stuff in …
Can't Jump (2D Movement in Unity tutorial) — Brackeys Forum
Jun 3, 2020 · Hey, So I followed the tutorial(2D Movement in Unity) in Unity 2018.4 and it worked fine, then I updated Unity to 2019.3 and made a new 2D project, I used the same movement …