Yes I’ve been waiting months. Thank you for making this.
@ITZ-GD_SPEEDEEE6 ай бұрын
0:43 f
@heart_locket2Ай бұрын
bro commited an atrocity 0:39
@superstarman6969 Жыл бұрын
I wish i had this when learning! Funny and helpful
@TrevorPhilips50 Жыл бұрын
This such a great and fun way of learning code other tutorials are slow and boring
@Dogge-manYT Жыл бұрын
I somehow cant use the script? It only shows: "error CS1012: Too many characters in character literal". How can i fix that?
@mrhour7199 Жыл бұрын
hey! @dogge-man7182 bro try this code it will work definately! using UnityEngine; public class PlayerMovement : MonoBehaviour { public float moveSpeed = 7f; // Adjust this value to control the player's movement speed private Rigidbody rb; void Start() { rb = GetComponent(); } void FixedUpdate() { float moveInputHorizontal = Input.GetAxisRaw("Horizontal"); float moveInputVertical = 0f; // Set vertical movement input to 0 Vector3 movement = new Vector3(moveInputHorizontal, 0f, moveInputVertical); movement.Normalize(); // Normalize the movement vector to ensure constant speed Vector3 newPosition = rb.position + movement * moveSpeed * Time.fixedDeltaTime; rb.MovePosition(newPosition); } } please gave me a like!
@beckhambartee544 Жыл бұрын
it made me install something to open the file and your code looks different than mine. y is it colorful and u have popups when u type a certain thing
@Ionel714 Жыл бұрын
I just don't understand I've checked it ten times already and it's exactly the same code, yet while it shows the debug number it doesn't move at all, Got stuck at 0:55
@snowwyplays Жыл бұрын
You possibly forgot the Ridgidbody rigidBody; just before the int moveFir;
@gamingwithraphasaurusrex6 ай бұрын
@@snowwyplays what do you mean?
@snowwyplays6 ай бұрын
@@gamingwithraphasaurusrex i forgot
@ElfVR.7 күн бұрын
Velocity doesn't work in this case, instead, change it to "LinearVelocity" (a year late, ik)
@Cocshel8 ай бұрын
How do I open the proje t
@lupus41 Жыл бұрын
love your videos, make more such short videos
@lewisbeith Жыл бұрын
Why did visual studio 2022 come up instead of vscode?????💀💀💀💀💀💀💀💀 please put script in description
@darkf1sh_ Жыл бұрын
Wdym???
@oggybob5 ай бұрын
error CS1003
@BeanBon_X32 ай бұрын
For me, its CS0117, debug does not contain a definition for 'log'
@LeonelReyes-sl6ew Жыл бұрын
I can’t just open it I need some software to open it what do I use it tells me to use notepad and stuff
@Lava_monkey_VR Жыл бұрын
same
@darkf1sh_ Жыл бұрын
You need to use a code editor like: Visual studio code
@rank001111 ай бұрын
This comment came in clutch
@littlejaybird-np3cz8 ай бұрын
c#
@littlejaybird-np3cz8 ай бұрын
what is left supposed to be ?
@DentBrainYT Жыл бұрын
It says invalid token “;” in class, record, struct, or interface member declaration What do I do????
@lewisbeith Жыл бұрын
check your code again, in EVERY LINE, it should end with ";" usually
@DentBrainYT Жыл бұрын
@@lewisbeith I did
@lewisbeith Жыл бұрын
@@DentBrainYT Ok;
@wumgub Жыл бұрын
I followed exactly what you did, but it said it had a 'compiler error' what can I do to fix this
@Jaylen-wc7uv Жыл бұрын
You can vlick on it and see what's making the problem and it should tell who how to fix it
@BurgerSoda Жыл бұрын
Check if you had any typos, case sensitive.
@loudcanary5785 Жыл бұрын
What script editor do you use?
@bonniethebuny Жыл бұрын
it looks like VSC
@MegaGalaxy230 Жыл бұрын
Can someone put the code in comments
@Warthunder_carrot8 ай бұрын
i cant even right click pls help
@littlejaybird-np3cz9 ай бұрын
can you just put the code here to copy paste
@OwenRantilla09 Жыл бұрын
It won't let me open the c# script
@spongebobtvowencrazy5532 Жыл бұрын
Same
@2killnspray910 ай бұрын
Do you have even Visual Studio?
@bby2568 ай бұрын
Unity doesn't open it you need A code editor program
@Skateboard357711 ай бұрын
which coding software do you use?
@bby2568 ай бұрын
Unity
@Skateboard35778 ай бұрын
@@bby256 unity is a game engine
@aidandoesanimationsАй бұрын
he uses visual studio i think
@slymy6159 Жыл бұрын
I dont understand how to type this it says that there is errors and 0 refrences what ever that means
@darkf1sh_ Жыл бұрын
Tell me what the error said by copy pasting the error