Unity Zero Gravity Movement Tutorial - FPS Rigidbody Movement - Sci Fi Game Series Ep 2

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024

Комментарии • 16

  • @Elesnouman
    @Elesnouman Год назад

    Thank you so much. I played prey and loved the zero g parts. I wanted to make a melee multiplayer game but I was lost on the first person controller.

  • @the_stereo4622
    @the_stereo4622 2 года назад +1

    It works perfectly! Now I'm going to do your next tutorial with going inside/outside of a ship :)

  • @minq32
    @minq32 День назад

    Hi! Thank you so much for the spaceship tutorial series. I have a problem. Somehow my ship and player won't move when I added the player prefab to the spaceship scene (i can move camera movement with mouse but the keyboard movement won't work at all). I've checked the code and make sure it's all the same. If anyone encountered the same problem before, please help ;-;

  • @borkyboy4286
    @borkyboy4286 2 года назад

    Great tutorial but my rolling is not working, it would seem the camera doesn't rotate with the player. The player object rotates but it looks like the camera is rotating in the Y or up axis?

  • @fuseshot7983
    @fuseshot7983 2 года назад

    i have a problem with the camera where it is sort of a snap rotation or jittery rotation

  • @ToasterShow
    @ToasterShow Год назад

    *Edit* (Solved) I had to solve the "Errors" in the Ship - Script, the n it worked fine
    At around 5:35 when you attach these functions. The Functions do not show up for me in the "Function -> ZeroGMovement -> ..." Menu :/
    Any help?

    • @dopiepanda
      @dopiepanda 5 месяцев назад

      Might be a bit late, but the functions needs to marked as public to be accessible by from other game objects

  • @DakotaWinz
    @DakotaWinz 2 года назад

    When I add my player I cannot move, unless i toggle the ship off(using on screen buttons)

    • @DanPos
      @DanPos  2 года назад

      I'd go back through the code and compare to the video - it sounds like you may have mistyped so code. Stop by the Discord (link in the video description and will see if I can help)

    • @flyswitdesigner9097
      @flyswitdesigner9097 2 года назад

      @@DanPos Hello friend, I did everything as in your video, it is excellent and sincerely, thank you, you are the best jsjsjs, but when I change it to the screen bottom my character does not move but the ship does and I have tried several things and it still doesn't work please friend help me yes please☺️☺️🥺🥺

  • @polyhedrainteractive9663
    @polyhedrainteractive9663 2 года назад

    um how do u do the zero-g physics for the box meteor things ?

    • @DanPos
      @DanPos  2 года назад +2

      You give them a rigid body and turn off gravity

    • @skyfoxnzgaming7545
      @skyfoxnzgaming7545 2 года назад

      @@DanPos
      Thank you! :} Im kinda a beginner

  • @the_stereo4622
    @the_stereo4622 2 года назад

    But if I have arm and gun so how to add this to the mouse movement?

    • @DanPos
      @DanPos  2 года назад +2

      Easiest way is to parent it to the camera

    • @the_stereo4622
      @the_stereo4622 2 года назад

      @@DanPos Yes, it's working. Very nice, thanks!