First Person Camera Controller - FPS Game With Unity & Blender

Поділитися
Вставка
  • Опубліковано 7 сер 2021
  • FIRST PERSON CAMERA CONTROLLER
    In the seventh episode of the FPS Game remake I show you how to make a first person camera controller.
    Feel free to donate if you are rich :D
    streamlabs.com/singlesaplingg...
    Thanks to: Robin Brown, Tom Taborovski and Samin Grahic for their support on Patreon.
    Discord Server - / discord
    Patreon - / singlesapling
    Twitter - / singlesaplingg
    Reddit - / singlesaplinggames
    Instagram - singlesapli...
    DeviantArt - singlesaplinggames.deviantart...
    Facebook - / single-sapling-games-2...
    Itch.IO - single-sapling-games.itch.io+
    Tumblr - / singlesapling
    UA-cam - / @singlesapling
    --Programs--
    Engine: Unity - unity3d.com/
    Modeling: Blender - www.blender.org/
    2D Editing: Krita - krita.org/en/
    Programing: Visual Studio - visualstudio.microsoft.com/
    Organization: Trello - trello.com/
    --Outro Music--
    Song: Horizon (feat. Tylah Rose) - Loreno Mayer & Haesën
    Music provided by Ninety9Lives
    Video: • Loreno Mayer & Haesën ...
    Download: 99l.tv/88HorizonYU
    --TAGS--
    script make game for free 2020 development dev unity blender program tutorial guide new hd twitter youtube developer indie design art cool easy quick fast fps first person shooter game gaming how to intro introduction learn teach learning teaching livestream live stream indiegamedev indiegame indie unity2020 blender3d unity3d devlog
  • Ігри

КОМЕНТАРІ • 36

  • @adam_bourbia10
    @adam_bourbia10 Рік тому +2

    the best unity tutorial so far ! THX

  • @simonwitt2994
    @simonwitt2994 Рік тому +1

    6:44 why is this so funny?

  • @KPOM124
    @KPOM124 4 місяці тому

    thx so much, it really helps

  • @louismastbooms5048
    @louismastbooms5048 3 роки тому +4

    thank you so much for this tutorial!

  • @rodneyol1692
    @rodneyol1692 3 роки тому +2

    nice video!

  • @polyshooter3d
    @polyshooter3d 3 роки тому

    good job!

  • @brad4phillies
    @brad4phillies 2 роки тому

    Can you post the code so I can put it into my script and see if it works. Cant find anything wrong with mine but it doesn't work, everything is plugged in right too.

  • @ghostxtempzz115
    @ghostxtempzz115 3 роки тому +4

    When I press space multiple times it jumps one after the other and makes the player fly even with the code from this video. Does anyone know what i've done wrong?

    • @SingleSapling
      @SingleSapling  3 роки тому

      Are you sure you watched the whole video, because I fixed that problem, or maybe you forgot to set the walking plane layer to "Ground"

    • @ghostxtempzz115
      @ghostxtempzz115 3 роки тому +1

      @@SingleSapling My plane is set to Ground and i also copied your code for groundcheck.

    • @SingleSapling
      @SingleSapling  3 роки тому +1

      Just to be sure, its Layer(in the top right) is set to the same layer as in the character controller?

    • @ghostxtempzz115
      @ghostxtempzz115 3 роки тому +1

      @@SingleSapling I managed to fix as someone pointed out that I didn't reference layerMask in the ground check code xD

    • @SingleSapling
      @SingleSapling  3 роки тому +1

      Ahhh, good job, may luck follow you

  • @owigao
    @owigao 2 роки тому +1

    Something is happening to me, when I look back, and then press W to walk forward, the puppet walks backwards.

    • @drugsforhugs7106
      @drugsforhugs7106 16 днів тому

      9:14 He solves that problem right here. Good luck 👍

  • @insxmniacjxde.
    @insxmniacjxde. 2 роки тому +1

    im getting error CS1002: ; expected on both line 15 and 16. i made sure i followed and looked through every line to see if i missed one, and i cant seem to figure out where it wants me to put them.
    this is the part of the code its saying to put ;
    float mouseX Input.GetAxis("Mouse X") * mouseSensitivity * Time.deltaTime;
    float mouseY Input.GetAxis("Mouse Y") * mouseSensitivity * Time.deltaTime;
    am i blind? or is it an issue? thanks in advance :D

    • @insxmniacjxde.
      @insxmniacjxde. 2 роки тому

      nevermind, i fixed it!
      some dumb spelling mistake and a period instead of a comma on a line -w-

  • @TinyBearTim
    @TinyBearTim 3 роки тому +2

    Do you know if frostbite is public ?
    Also what’s your opinion on cryengine

    • @SingleSapling
      @SingleSapling  3 роки тому

      I dont think frostbite is public aaand cryengine I have never used but it cant be that bad

    • @TinyBearTim
      @TinyBearTim 3 роки тому +1

      @@SingleSapling rip I need frostbite but EA won’t give it

    • @SingleSapling
      @SingleSapling  3 роки тому +1

      Damn bastards

  • @synkgd619
    @synkgd619 2 роки тому

    6:46
    lol same

  • @smokinglife8980
    @smokinglife8980 3 роки тому +1

    yo for some reason i cant look up and down just side to side

    • @SingleSapling
      @SingleSapling  3 роки тому

      Are u absolutely sure u followed every step in the video?

  • @igornikolajsok1793
    @igornikolajsok1793 2 роки тому

    instead of having two components, one for cam and one for body could you just have one for body and make arms a child object of camera?

    • @jamyanvance
      @jamyanvance Місяць тому +1

      This comment is so very late, but the setup that Sap uses for the camera allows for the roll of the main camera to be easily adjusted. You could use the function FindComponentOfType or Camera.main or some sort of singleton pattern.

  • @nicantic2675
    @nicantic2675 2 роки тому +1

    for some reason my mouse doesnt hide when i followed the code exactly

    • @SingleSapling
      @SingleSapling  2 роки тому

      U sure u called the code?

    • @nicantic2675
      @nicantic2675 2 роки тому

      @@SingleSapling Yes i definately did

    • @SingleSapling
      @SingleSapling  2 роки тому

      Did you use debug.log to see if the ode is firing

    • @nicantic2675
      @nicantic2675 2 роки тому

      @@SingleSapling I’m not going to lie idk what that means hahaha

    • @nicantic2675
      @nicantic2675 2 роки тому

      @@SingleSapling I’m rlly new to coding