Miami Sunrise Games

Miami Sunrise Games

Пікірлер

  • @PrismX_8
    @PrismX_818 күн бұрын

    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); } } }

  • @tortieunfound
    @tortieunfound29 күн бұрын

    The bullet pack that you use has been deleted. What can I use instead?

  • @jbwilliams294
    @jbwilliams29429 күн бұрын

    It could have been better if you spoke and explained what you were doing. Thanks anyway.

  • @cantbelieu
    @cantbelieu18 күн бұрын

    yea and if he posted code in desc😔😔

  • @BadApple-um7vb
    @BadApple-um7vbАй бұрын

    Interesting i will try it tomorrow

  • @SunsetVR42
    @SunsetVR42Ай бұрын

    It says float can't convert to Vector3, lots of stuffs going wrong and I'm following every direction clearly😞

  • @ghali4170
    @ghali4170Ай бұрын

    there were many things that were added here but was not shown :<

  • @maurocunha9770
    @maurocunha9770Ай бұрын

    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Ай бұрын

    too underrated brooo, you really deserve billions ,you are far better than many other youtubers . great job mate luv u frm india😍😍😍

  • @BKD639
    @BKD639Ай бұрын

    It a meme ?

  • @anastascompany5828
    @anastascompany5828Ай бұрын

    Real hero, unfortunately didn't find that video 2 days ago.

  • @superbabythanos1
    @superbabythanos1Ай бұрын

    can i have the code for the script?

  • @DaNi-rf9hc
    @DaNi-rf9hcАй бұрын

    Oh thank you.. now i can use blender 3d again

  • @QuaninVN
    @QuaninVNАй бұрын

    It keep showing the maxHealth and the slider keeps lock at maxValue

  • @taimourkhan3410
    @taimourkhan3410Ай бұрын

    great tutorial

  • @phoenixx714
    @phoenixx714Ай бұрын

    Donde esta el resto del tutorial?? al parecer quedo incompleto

  • @chuongbmgvlog99
    @chuongbmgvlog992 ай бұрын

    i don't sign in unity, motherf*ck it

  • @chuongbmgvlog99
    @chuongbmgvlog992 ай бұрын

    how can u add mouse sensitivity?

  • @sarwarikhan3681
    @sarwarikhan36812 ай бұрын

    I am from India if you add voice the video get viral

  • @sarwarikhan3681
    @sarwarikhan36812 ай бұрын

    I am from India if you add voice the video get viral

  • @_ZAM
    @_ZAM2 ай бұрын

    Keep going 😆👍🏻

  • @LanKelley
    @LanKelley3 ай бұрын

    took you 30 minutes to do this

  • @LanKelley
    @LanKelley3 ай бұрын

    i drew that in 5 minutes

  • @LanKelley
    @LanKelley3 ай бұрын

    kzread.info/dash/bejne/dZZ3mrVyeabXh9o.htmlsi=qwm2Mo6BVQXWsCbg

  • @LanKelley
    @LanKelley3 ай бұрын

    give me link to it

  • @LuisMartinez-mq2ku
    @LuisMartinez-mq2ku3 ай бұрын

    How can u be this lazy, u can do it urself in 2 mins

  • @LanKelley
    @LanKelley3 ай бұрын

    we could use this model

  • @Karanja3d
    @Karanja3d3 ай бұрын

    nice work

  • @alisamokarenko
    @alisamokarenko3 ай бұрын

  • @kash966
    @kash9663 ай бұрын

    Keep working ❤❤❤❤

  • @terryblend
    @terryblend3 ай бұрын

    Well done, Keep it up!

  • @besorialwi9077
    @besorialwi90773 ай бұрын

    semagat bang

  • @besorialwi9077
    @besorialwi90773 ай бұрын

    i from indonesia mantap bang rinci banget

  • @giddyhaddcock_gaming5396
    @giddyhaddcock_gaming53964 ай бұрын

    What is NavMesh Surface and what is NavMeshAgent???

  • @denis_na_yuge
    @denis_na_yuge4 ай бұрын

    Удалось формат поправить, но цифры не отсчитывает..

  • @denis_na_yuge
    @denis_na_yuge4 ай бұрын

    Почти получилось!))) В скрипте отсчет идет (в инспекторе), а на экране меняется формат с 0:00 на 00:(00:00) и отсчета нет...((( не пойму в чем дело... Есть варианты?

  • @MiamiSunriseGames
    @MiamiSunriseGames4 ай бұрын

    Смотри видео внимательнее, других вариантов у меня нет)) Или другие уроки глянь))

  • @MiamiSunriseGames
    @MiamiSunriseGames4 ай бұрын

    где-то ты ошибся)

  • @denis_na_yuge
    @denis_na_yuge4 ай бұрын

    Другие поищу. Все перепроверил сто раз

  • @123void6
    @123void65 ай бұрын

    Great tutorial!

  • @LifeAsANoun
    @LifeAsANoun5 ай бұрын

    Oh no... you aren't one of those people who doesn't respond to questions and comments, are you?

  • @MiamiSunriseGames
    @MiamiSunriseGames5 ай бұрын

    Provocative question))

  • @Animfub736
    @Animfub7365 ай бұрын

    Can you make a tutorial on how to create a Doom clone in the future?

  • @MiamiSunriseGames
    @MiamiSunriseGames5 ай бұрын

    maybe

  • @fran-diazgil8086
    @fran-diazgil80865 ай бұрын

    Keep up the good work! Im really enjoying the uploads🙃

  • @Animfub736
    @Animfub7365 ай бұрын

    Nice tutorial

  • @amv6390
    @amv63905 ай бұрын

    Ты лучший)

  • @yosko597
    @yosko5975 ай бұрын

    Hey can u make a video on how to make an archery tower defense kind of Game in unity

  • @damonp6366
    @damonp63665 ай бұрын

    "Promo sm" 😂

  • @lamadox9140
    @lamadox91405 ай бұрын

    you are my savior

  • @lito71521
    @lito715215 ай бұрын

    awesome tutorial, keep up the good work😃

  • @AnandJobby
    @AnandJobby5 ай бұрын

    Pls add voiceover

  • @wasd._productions
    @wasd._productions5 ай бұрын

    Thanks so much this really helpful

  • @Glasraf
    @Glasraf6 ай бұрын

    Give my script or im not your sub

  • @herohuntstudios
    @herohuntstudios6 ай бұрын

    Thumbnail looks siiiiick

  • @LAWDOG2024
    @LAWDOG20246 ай бұрын

    thanks

  • @LAWDOG2024
    @LAWDOG20246 ай бұрын

    loving the vids thank you for your dedication to this series I just started making my game today