Тёмный
Roar Of Engines Games
Roar Of Engines Games
Roar Of Engines Games
Подписаться
How to Add Faces in Blender 3D
0:10
3 месяца назад
How To Add Vertices in Blender 3D (1 way)
0:22
3 месяца назад
How to create a sphere in Blender 3D
0:11
3 месяца назад
How to create a cube in Blender 3D
0:08
3 месяца назад
How to delete an object in Blender 3D
0:07
3 месяца назад
Low Poly Car in Blender 2024
27:46
5 месяцев назад
Simple Low Poly Tree in Blender 2024
6:52
5 месяцев назад
How to Paint a 3D Model in Blender 2024
2:12
5 месяцев назад
Simple Car in Blender 2024
2:42
5 месяцев назад
Countdown in Unity 2D Tutorial (2024)
2:34
6 месяцев назад
How To Make Timer in Unity 2D Tutorial (2024)
2:00
7 месяцев назад
Комментарии
@marlonsquadkuji2699
@marlonsquadkuji2699 3 дня назад
using TMPro
@lukefitzgerald2932
@lukefitzgerald2932 17 дней назад
i dont understand, I copied everything and It wont move
@chicken1214ed
@chicken1214ed 12 дней назад
did you save it
@RapLyricalVideos
@RapLyricalVideos 21 день назад
Awesome bro 🔥
@sudn4523
@sudn4523 27 дней назад
bro, i have a problem with the code, everything its fine but the heal dont slow, its like static and dont down the life, and i read everysingle code and not have a solution, do you know why? thanks for reading
@jhonatacardosotome8775
@jhonatacardosotome8775 День назад
Click on the object Player, and in the inspector you will see "Tag", is the first option in the window. Select this Tag and click on the "Player". And in the if, inside OnCollisionEnter2D. Change "PlayerHealth.instance.tag == ""Player" to "collision.gameObject.CompareTag("Player")". It will work!!
@sudn4523
@sudn4523 28 дней назад
I learn much in online curse and i never see nothing like this, i love you and i hope so much anothers tutorials like this man❤
@nickwilde5876
@nickwilde5876 Месяц назад
I hate “montage magic”, before editing the Enemy Move code there was a RigidBody component and then disappeared, and I can’t understand why my enemy is twitching. Better not do that.
@PrismX_8
@PrismX_8 2 месяца назад
This is the First script code (Changed a bit works the same) !(EDIT)! this is new code to reduce glide using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerMove : MonoBehaviour { public float moveSpeed = 5f; // Speed of the player public CharacterController characterController; // Reference to the CharacterController public Transform cameraTransform; // Reference to the Camera Transform private Vector3 moveInput; // Update is called once per frame void Update() { MovePlayer(); } void MovePlayer() { // Get input float verticalInput = Input.GetAxis("Vertical"); float horizontalInput = Input.GetAxis("Horizontal"); // Calculate movement direction Vector3 verticalMove = cameraTransform.forward * verticalInput; Vector3 horizontalMove = cameraTransform.right * horizontalInput; // Combine movements moveInput = horizontalMove + verticalMove; if (moveInput.magnitude > 1f) { moveInput.Normalize(); } // Apply movement characterController.Move(moveInput * moveSpeed * Time.deltaTime); // Stop the player immediately if there is no input if (verticalInput == 0 && horizontalInput == 0) { moveInput = Vector3.zero; characterController.Move(moveInput); } } }
@LeanderMTB-z3f
@LeanderMTB-z3f Месяц назад
can u give second part?\
@AP-7567
@AP-7567 12 дней назад
You're a life saver, cheers boss!!!!
@tortieunfound
@tortieunfound 3 месяца назад
The bullet pack that you use has been deleted. What can I use instead?
@jbwilliams294
@jbwilliams294 3 месяца назад
It could have been better if you spoke and explained what you were doing. Thanks anyway.
@cantbelieu
@cantbelieu 2 месяца назад
yea and if he posted code in desc😔😔
@BadApple-um7vb
@BadApple-um7vb 3 месяца назад
Interesting i will try it tomorrow
@ghali4170
@ghali4170 3 месяца назад
there were many things that were added here but was not shown :<
@maurocunha9770
@maurocunha9770 3 месяца назад
Just a small detail, don't know if you forgot to record it or if it was some kind of bug on my end, but the video is missing the part of assigning the player character to the animator variable in the inspector, thus resulting in a 'UnassigedReferenceException' and the moving animations not working. Cheers, I'm really enjoying these videos, would just wish it had some kind of voice over!
@nobody3728-k7s
@nobody3728-k7s 3 месяца назад
too underrated brooo, you really deserve billions ,you are far better than many other youtubers . great job mate luv u frm india😍😍😍
@BKD639
@BKD639 3 месяца назад
It a meme ?
@anastascompany5828
@anastascompany5828 3 месяца назад
Real hero, unfortunately didn't find that video 2 days ago.
@superbabythanos1
@superbabythanos1 3 месяца назад
can i have the code for the script?
@Daren1911
@Daren1911 3 месяца назад
Oh thank you.. now i can use blender 3d again
@QuaninVN
@QuaninVN 3 месяца назад
It keep showing the maxHealth and the slider keeps lock at maxValue
@taimourkhan3410
@taimourkhan3410 3 месяца назад
great tutorial
@phoenixx714
@phoenixx714 3 месяца назад
Donde esta el resto del tutorial?? al parecer quedo incompleto
@chuongbmgvlog99
@chuongbmgvlog99 4 месяца назад
i don't sign in unity, motherf*ck it
@chuongbmgvlog99
@chuongbmgvlog99 4 месяца назад
how can u add mouse sensitivity?
@sarwarikhan3681
@sarwarikhan3681 4 месяца назад
I am from India if you add voice the video get viral
@sarwarikhan3681
@sarwarikhan3681 4 месяца назад
I am from India if you add voice the video get viral
@_ZAM
@_ZAM 5 месяцев назад
Keep going 😆👍🏻
@LanKelley
@LanKelley 5 месяцев назад
took you 30 minutes to do this
@LanKelley
@LanKelley 5 месяцев назад
i drew that in 5 minutes
@LanKelley
@LanKelley 5 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CbC8S9ICqWw.htmlsi=qwm2Mo6BVQXWsCbg
@LanKelley
@LanKelley 5 месяцев назад
give me link to it
@LuisMartinez-mq2ku
@LuisMartinez-mq2ku 5 месяцев назад
How can u be this lazy, u can do it urself in 2 mins
@LanKelley
@LanKelley 5 месяцев назад
we could use this model
@Karanja3d
@Karanja3d 5 месяцев назад
nice work
@alisamokarenko
@alisamokarenko 5 месяцев назад
@kash966
@kash966 5 месяцев назад
Keep working ❤❤❤❤
@terryblend
@terryblend 5 месяцев назад
Well done, Keep it up!
@besorialwi9077
@besorialwi9077 5 месяцев назад
semagat bang
@besorialwi9077
@besorialwi9077 5 месяцев назад
i from indonesia mantap bang rinci banget
@giddyhaddcock_gaming5396
@giddyhaddcock_gaming5396 6 месяцев назад
What is NavMesh Surface and what is NavMeshAgent???
@denis_na_yuge
@denis_na_yuge 6 месяцев назад
Удалось формат поправить, но цифры не отсчитывает..
@denis_na_yuge
@denis_na_yuge 6 месяцев назад
Почти получилось!))) В скрипте отсчет идет (в инспекторе), а на экране меняется формат с 0:00 на 00:(00:00) и отсчета нет...((( не пойму в чем дело... Есть варианты?
@RoarOfEnginesGames
@RoarOfEnginesGames 6 месяцев назад
Смотри видео внимательнее, других вариантов у меня нет)) Или другие уроки глянь))
@RoarOfEnginesGames
@RoarOfEnginesGames 6 месяцев назад
где-то ты ошибся)
@denis_na_yuge
@denis_na_yuge 6 месяцев назад
Другие поищу. Все перепроверил сто раз
@123void6
@123void6 7 месяцев назад
Great tutorial!
@LifeAsANoun
@LifeAsANoun 7 месяцев назад
Oh no... you aren't one of those people who doesn't respond to questions and comments, are you?
@RoarOfEnginesGames
@RoarOfEnginesGames 7 месяцев назад
Provocative question))
@Animfub736
@Animfub736 7 месяцев назад
Can you make a tutorial on how to create a Doom clone in the future?
@RoarOfEnginesGames
@RoarOfEnginesGames 7 месяцев назад
maybe
@fran-diazgil8086
@fran-diazgil8086 7 месяцев назад
Keep up the good work! Im really enjoying the uploads🙃
@Animfub736
@Animfub736 7 месяцев назад
Nice tutorial
@amv6390
@amv6390 7 месяцев назад
Ты лучший)
@yosko597
@yosko597 7 месяцев назад
Hey can u make a video on how to make an archery tower defense kind of Game in unity
@damonp6366
@damonp6366 7 месяцев назад
"Promo sm" 😂
@lamadox9140
@lamadox9140 7 месяцев назад
you are my savior
@lito71521
@lito71521 7 месяцев назад
awesome tutorial, keep up the good work😃
@AnandJobby
@AnandJobby 7 месяцев назад
Pls add voiceover