unity for beginners - part 2

  Рет қаралды 14,933

IndividualKex

IndividualKex

Күн бұрын

Пікірлер: 49
@Fryingpanjim
@Fryingpanjim Жыл бұрын
Yes I’ve been waiting months. Thank you for making this.
@ITZ-GD_SPEEDEEE
@ITZ-GD_SPEEDEEE 6 ай бұрын
0:43 f
@heart_locket2
@heart_locket2 Ай бұрын
bro commited an atrocity 0:39
@superstarman6969
@superstarman6969 Жыл бұрын
I wish i had this when learning! Funny and helpful
@TrevorPhilips50
@TrevorPhilips50 Жыл бұрын
This such a great and fun way of learning code other tutorials are slow and boring
@Dogge-manYT
@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
@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
@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
@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
@snowwyplays Жыл бұрын
You possibly forgot the Ridgidbody rigidBody; just before the int moveFir;
@gamingwithraphasaurusrex
@gamingwithraphasaurusrex 6 ай бұрын
@@snowwyplays what do you mean?
@snowwyplays
@snowwyplays 6 ай бұрын
@@gamingwithraphasaurusrex i forgot
@ElfVR.
@ElfVR. 7 күн бұрын
Velocity doesn't work in this case, instead, change it to "LinearVelocity" (a year late, ik)
@Cocshel
@Cocshel 8 ай бұрын
How do I open the proje t
@lupus41
@lupus41 Жыл бұрын
love your videos, make more such short videos
@lewisbeith
@lewisbeith Жыл бұрын
Why did visual studio 2022 come up instead of vscode?????💀💀💀💀💀💀💀💀 please put script in description
@darkf1sh_
@darkf1sh_ Жыл бұрын
Wdym???
@oggybob
@oggybob 5 ай бұрын
error CS1003
@BeanBon_X3
@BeanBon_X3 2 ай бұрын
For me, its CS0117, debug does not contain a definition for 'log'
@LeonelReyes-sl6ew
@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
@Lava_monkey_VR Жыл бұрын
same
@darkf1sh_
@darkf1sh_ Жыл бұрын
You need to use a code editor like: Visual studio code
@rank0011
@rank0011 11 ай бұрын
This comment came in clutch
@littlejaybird-np3cz
@littlejaybird-np3cz 8 ай бұрын
c#
@littlejaybird-np3cz
@littlejaybird-np3cz 8 ай бұрын
what is left supposed to be ?
@DentBrainYT
@DentBrainYT Жыл бұрын
It says invalid token “;” in class, record, struct, or interface member declaration What do I do????
@lewisbeith
@lewisbeith Жыл бұрын
check your code again, in EVERY LINE, it should end with ";" usually
@DentBrainYT
@DentBrainYT Жыл бұрын
@@lewisbeith I did
@lewisbeith
@lewisbeith Жыл бұрын
@@DentBrainYT Ok;
@wumgub
@wumgub Жыл бұрын
I followed exactly what you did, but it said it had a 'compiler error' what can I do to fix this
@Jaylen-wc7uv
@Jaylen-wc7uv Жыл бұрын
You can vlick on it and see what's making the problem and it should tell who how to fix it
@BurgerSoda
@BurgerSoda Жыл бұрын
Check if you had any typos, case sensitive.
@loudcanary5785
@loudcanary5785 Жыл бұрын
What script editor do you use?
@bonniethebuny
@bonniethebuny Жыл бұрын
it looks like VSC
@MegaGalaxy230
@MegaGalaxy230 Жыл бұрын
Can someone put the code in comments
@Warthunder_carrot
@Warthunder_carrot 8 ай бұрын
i cant even right click pls help
@littlejaybird-np3cz
@littlejaybird-np3cz 9 ай бұрын
can you just put the code here to copy paste
@OwenRantilla09
@OwenRantilla09 Жыл бұрын
It won't let me open the c# script
@spongebobtvowencrazy5532
@spongebobtvowencrazy5532 Жыл бұрын
Same
@2killnspray9
@2killnspray9 10 ай бұрын
Do you have even Visual Studio?
@bby256
@bby256 8 ай бұрын
Unity doesn't open it you need A code editor program
@Skateboard3577
@Skateboard3577 11 ай бұрын
which coding software do you use?
@bby256
@bby256 8 ай бұрын
Unity
@Skateboard3577
@Skateboard3577 8 ай бұрын
@@bby256 unity is a game engine
@aidandoesanimations
@aidandoesanimations Ай бұрын
he uses visual studio i think
@slymy6159
@slymy6159 Жыл бұрын
I dont understand how to type this it says that there is errors and 0 refrences what ever that means
@darkf1sh_
@darkf1sh_ Жыл бұрын
Tell me what the error said by copy pasting the error
@BennettDoesStuff1234
@BennettDoesStuff1234 10 ай бұрын
I suck
@zolguroth727
@zolguroth727 3 ай бұрын
Its to hard
unity for beginners - part 3
1:28
IndividualKex
Рет қаралды 8 М.
unity for beginners (part 1-8)
10:41
IndividualKex
Рет қаралды 22 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
I Made my First Game in 24 HOURS
6:04
NathanOnDev
Рет қаралды 1 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 779 М.
Tierlisting the BEST (and worst) GAME ENGINES
33:51
BiteMe Games
Рет қаралды 249 М.
How Do Game Devs NOT Overscope??
9:04
Green Light Dev
Рет қаралды 12 М.
I Made a Game Using ChatGPT
9:51
Rye
Рет қаралды 2,8 МЛН
How to Make a Game in 5 Minutes (Playmaker vs. Bolt)
14:50
David Wehle
Рет қаралды 259 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
Unity vs. Scratch
7:10
Jackson Academy
Рет қаралды 59 М.
Unity UI Toolkit in World Space
12:04
MadCat Tutorials
Рет қаралды 37 М.