Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question tell me please

Discussion in 'Scripting' started by unity_E6E879998A380D02C3D2, Nov 19, 2022.

  1. unity_E6E879998A380D02C3D2

    unity_E6E879998A380D02C3D2

    Joined:
    Oct 28, 2022
    Posts:
    1
    пожалуйста, подскажите скажите мне, как заставить персонажа запускаться автоматически, но при нажатии кнопки он меняет направление?
     
  2. mopthrow

    mopthrow

    Joined:
    May 8, 2020
    Posts:
    348
    For making a character move, you're looking for Character Controller tutorials for Unity.

    A good tutorial will cover the difference between the three main choices for character movement. 1 Using the built in Chracter controller component, 2 using rigidbody physics to move a character and 3 directly changing the character's transform. Each approach has its own advantages and disadvantages, so be sure to research all of them.

    I don't know of any tutorials in russian, but maybe some english YouTube tutorials have auto-generated subtitles.