Unity Simple Checkpoint System Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 авг 2022
  • Enjoy the video, if you have any questions ask in the comments down below!
    Request a tutorial here:
    forms.gle/JLBkpHt1ZFLpn7TE9
    Patreon with fully explained c# scripts:
    / blakeygames
    Main Channel: / bblakeyyy
    DISCORD SERVER LINK: / discord
    Join the discord community!:
    / discord
    Play my games! :
    blakey-games.itch.io/
    play.google.com/store/apps/de...
    Watch me Live on twitch: / bblakeyyy
    checkpoint, checkpoint system, unity moreblakey, bblakeyyy, unity tutorial, unity 2d, unity checkpoint, unity respawn, unity object, blakey spawn, blakey tutorial Audio used in my videos:
    ♪ Onion (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ♪ Branch (Prod. by Lukrembo)
    Link : • (no copyright music) c...
    ♪ Biscuit (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ♪ Bread (Prod. by Lukrembo)
    Link : • (no copyright music) j...
  • ИгрыИгры

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

  • @Tanek99_
    @Tanek99_ Год назад +2

    Thank you so much, i've tried to make scripts from other tutorials and this is the only one that actually WORKS! 🥳🥳🥳

  • @HarmeetSingh-nu5tt
    @HarmeetSingh-nu5tt Год назад

    hey mate love your videos. Wondering how you would combine dying from enemies with the checkpoints created?

  • @carsonlastname2754
    @carsonlastname2754 Год назад +2

    I love your tutorials but as a bit of a suggestion, one thing that I would appreciate with your tutorials is if you were to explain what each element of a of a line of code does and it's purpose. I feel like I would get a better understanding of how and why things are written if I understood each element of the code. Thanks for another great video!

    • @morebblakeyyy
      @morebblakeyyy  Год назад +1

      Thank you for the feedback! Sometimes I get carried away in writing code that I forget to explain it and elaborate more. I’ll definitely keep this in mind with all future tutorials!

  • @xDTHECHEMISTx
    @xDTHECHEMISTx 10 месяцев назад

    I would like to see a Tutorial of how to make the player take a get knocked back force effect when they take damage from an ememy attacking them, walked into the enemy OR even by jumping on the enemy taking damage. Something like how you would see a knocked back effect looks in the old castlevania games

  • @Duck-lk8dc
    @Duck-lk8dc 10 месяцев назад +1

    im having an issue where my respawn point isnt getting updated and is always just the spawn location even if i walk through a checkpoint

  • @Blockhead-xc3dq
    @Blockhead-xc3dq Год назад +1

    EXTREMELY COMMON BLAKEY W

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

    Error CS0103 The name 'other' does not exist in the current context Assembly-CSharp Am i supposed to add other as an object?
    I do not see what the issue is but it keeps giving me this error

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

    Please can anyone help me it doesn't detects mu deadly obstacles when i gave them the script

  • @gideonsparks3183
    @gideonsparks3183 3 месяца назад

    So, I tried testing the script, about the three minute mark, and my character just completely vanishes. I'm so confused.

  • @gamesquad6743
    @gamesquad6743 Год назад +2

    Blakey w but waiting for boss fight tutorial (more info on the google docs thing)

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

    What if i want to find more than 1 game object with the tag "Respawn"?

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

      This will reference all gameobjects with the tag

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

    does anyone know what the code is

  • @cjgamerthegamer
    @cjgamerthegamer 8 месяцев назад

    i watched the video and followed the instructions and when i reach the checkpoint it says: object reference not set to an instant of an object: respawn.respawnPoint = this.gameObject. if you can help me figure out why its not working then that would be helpful.