#247

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • Major Update in Ledge Detection (Part1) - Unity Tutorial
    If I had the ledge script for every single ledge in the game, level design would be extremely difficult. From this point on, we only use the ledge detector.
    In the next video, I'll work on calibration so that the player can climb to the upper platform.
    Files are available here:
    drive.google.c...
    Download this project:
    github.com/Rou...
    Tutorial playlist:
    • 2.5D Platformer - Unit...
    Any questions/comments? Join us on discord:
    / discord
    Social
    twitter: / roundbeargames
    facebook: / roundbeargames17
    hive: peakd.com/@rou...
    reddit: / roundbeargames
    linkedin: / jangwon-choi-roundbear...
    Patreon:
    / roundbeargames
    Channel Memberships:
    ua-cam.com/users/ro...
    #gamedev #indiegame #unitytutorial #devlog

КОМЕНТАРІ • 27

  • @Roundbeargames
    @Roundbeargames  4 роки тому

    If I had the ledge script for every single ledge in the game, level design would be extremely difficult. From this point on, we only use the ledge detector.
    In the next video, I'll work on calibration so that the player can climb to the upper platform.
    Files are available here:
    drive.google.com/drive/folders/17Lfpa5r-3zeR1jaT0eJ4nqIR3pkU9ABE?usp=sharing
    Download this project:
    github.com/RoundBearChoi/2.5D_Platformer_Unity
    Tutorial playlist:
    ua-cam.com/play/PLWYGofN_jX5BupV2xLjU1HUvujl_yDIN6.html
    Any questions/comments? Join us on discord:
    discord.gg/hAFTgcA

  • @meddjihed9108
    @meddjihed9108 3 роки тому +3

    Lol, I was yelling..LAST IF, GRABING LEDGE, IT'S FALSE, IT'S FALSE.... thanks for the tutorial... Great as always.

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

      i'm not exactly sure what you're referring to. but have fun :)

  • @KavanBahrami
    @KavanBahrami 4 роки тому +4

    clean tutorial, nice example of optimization

    • @Roundbeargames
      @Roundbeargames  4 роки тому

      thanks :) i haven't started optimizing things yet but i hope you enjoy the videos!

    • @KavanBahrami
      @KavanBahrami 4 роки тому +1

      @@Roundbeargames it seemed the removal of the ledge logic from the environment was a good optimization to me but maybe that's just cleanup

    • @Roundbeargames
      @Roundbeargames  4 роки тому +1

      @@KavanBahrami i see. It might be a cleanup but it wont improve performance :) i plan on optimizing in the later stages

  • @t.lnnnnx
    @t.lnnnnx 3 роки тому +1

    i swear you are my Hero

  • @wn9521
    @wn9521 2 роки тому +2

    Just subbed👍

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

    really cool system!

  • @batnikelam-mavzer443
    @batnikelam-mavzer443 2 роки тому +1

    gj

  • @bluengel
    @bluengel 4 роки тому +1

    걍 꾸준함으로 가즈앙~! ♨♨♨

    • @Roundbeargames
      @Roundbeargames  4 роки тому +1

      완성할때까지 꾸준히 가즈앗~ ^ㅅ^

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

    so you just detect if it's climbable with two colliders? didn't know that this was a thing

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

      yes. but ofc specific implementation depends on what you're doing

  • @user-zd7qv9iw9t
    @user-zd7qv9iw9t 3 роки тому

    Nice work dude!
    But how is void OnTriggerEnter works if there is no RigidBody attached on Platform gameobject and theres no enabled IsTrigger checkbox on Platform collider?
    When i deleted all ledges and did same things as you did then my ledge checker gameobject wont be able to detect collisions, because the platform's collider doesnt have IsTrigger collider.
    For me its work only when i attach rigidbody to platform an set checkbox IsTrigger for platform's collider component.
    In your video you dont have set IsTrigger collider of platform too.
    So how is that works? Maybe i missed something?

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

      hi there. pls check out the repository. you only need rigidbody in one of the colliders. in this case it's the character. i also have istrigger colliders on the character.
      docs.unity3d.com/ScriptReference/Collider.OnTriggerEnter.html

  • @bolivarrenz2615
    @bolivarrenz2615 Рік тому

    Bro this was good tutorial can i have a copy of this ?

  • @chanceview5212
    @chanceview5212 4 роки тому +2

    Hey bro,how much is realistic to make in unity the same quality climbing as in Assassin's Creed? time - 3,12
    the moment where he climbs onto the railing
    ua-cam.com/video/AktmOf7-fbM/v-deo.html

    • @Roundbeargames
      @Roundbeargames  4 роки тому

      Hey there. If you google stuff youll find that people have already come up with similar systems in unity. Whether its gonna be the same quality depends on each project.

    • @chanceview5212
      @chanceview5212 4 роки тому

      @@Roundbeargames
      I haven’t found anything yet to have the same granularity, but I continue to search, thanks for the tutorials, you're really cool

    • @Roundbeargames
      @Roundbeargames  4 роки тому

      @@chanceview5212 thanks. You wont find anything thats a perfect match for you. You have to research and do experiments. Enjoy :)