Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Other How to make a classic TPS // third person view - controller . . .

Discussion in 'Visual Scripting' started by vintage-retro-indie_78, Mar 7, 2023.

  1. vintage-retro-indie_78

    vintage-retro-indie_78

    Joined:
    Mar 4, 2023
    Posts:
    277
    This is more a quick overview of how to make a classic third person controller in visual scripting . . .

    1. FIND THE FORWARD POINTING VECTOR // FORWARD DIRECTION OVER THE CHARACTER

    2023-03-07 04_14 unity make weird vector.png

    2. MAKE A SIMPLE IF - SYSTEM // IF BUTTON IS PRESSED ADD FORWARD VECTOR TO 3D POSITION

    2023-03-07 04_16 unity make weird vector.png

    3. MAKE A SIMPLE IF - SYSTEM // IF BUTTON IS PRESSED ROTATE EITHER LEFT, OR RIGHT // ARROWS

    2023-03-07 04_24 unity make weird vector.png

    Video over how the stuff works // added camera - rotation . . . .

    Unity Retro Indie Update -- Making a classic move-toward-vector TPS controller // camera rotation - YouTube

    Not really into teaching, either math, or also code, however visual scripting is useful for non - coders . . . .