Unity 3D Game Kit Tutorial : Checkpoints to respawn player

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น •

  • @bobbyolson7430
    @bobbyolson7430 6 ปีที่แล้ว +3

    I would love to see more of these videos!!

    • @JayAnAm
      @JayAnAm  6 ปีที่แล้ว

      They will come:-)

  • @UmaisBinSajjad
    @UmaisBinSajjad 5 ปีที่แล้ว +1

    Can you turn this original game into Multiplayer FPS ? Remove the checkpoints. 4 players could join in. The one who stands last or reaches the destination in 2nd level wins. That would be epic!

  • @tomslick4023
    @tomslick4023 3 ปีที่แล้ว

    Can I use it to create games, create my own assets, and create my own characters, sounds, graphics, etc.? So you don't have to script so infinitely? Can I then sell the finished game?

  • @altanbjk1903
    @altanbjk1903 6 ปีที่แล้ว

    thanks for the video.İ m just asking for my game. i want to respawn my character where is death point like your begining the video.How can i make it

  • @GoronTico
    @GoronTico 6 ปีที่แล้ว +2

    Thanks for the video!

    • @JayAnAm
      @JayAnAm  6 ปีที่แล้ว

      You are welcome

  • @josuedrumond4083
    @josuedrumond4083 4 ปีที่แล้ว

    So I know this is like a year old but if I exit the game well it spawn me to the checkpoint?

  • @mrexplore79
    @mrexplore79 6 ปีที่แล้ว

    how to get sen on trigger enter script?

  • @lazylocky4847
    @lazylocky4847 4 ปีที่แล้ว

    but.. how can i restart the entire lelel if the player die and.. how can i end the level if a played do something..? plsss
    any help?

    • @JayAnAm
      @JayAnAm  4 ปีที่แล้ว +1

      docs.unity3d.com/ScriptReference/SceneManagement.SceneManager.LoadScene.html

    • @lazylocky4847
      @lazylocky4847 4 ปีที่แล้ว

      @@JayAnAm ty ma I really appreciate it 👍🏼

  • @virri507
    @virri507 6 ปีที่แล้ว

    y el codigo para ponerlo a prueba? :)

  • @simoncodrington
    @simoncodrington 6 ปีที่แล้ว +1

    Thanks mate :)

    • @JayAnAm
      @JayAnAm  6 ปีที่แล้ว

      You are welcome

  • @3DArtisian
    @3DArtisian 2 ปีที่แล้ว

    How to Save Game After Restart Please help me Sir Create a video And Explain

  • @Jeea84
    @Jeea84 4 ปีที่แล้ว +1

    Hi! I know this is a two years old tutorial, but can anyone please make me understand the difference between the box collider checkpoint and sphere collider one??
    Also, my player, Ellen, dies as soon as the game starts. She dies and spawns again, and only then can I start playing. Anybody know what's the deal??
    Thanks in advance

    • @HassanKhan-xz5mi
      @HassanKhan-xz5mi 10 หลายเดือนก่อน

      both the colliders works same but are different in shape. as box collider shape is like box / cube. whereas sphere collider shape does like sphere. and for other problem you may check what are you writing at void Start method!