Godot 4.3 Fast Simple Stairs Tutorial 3D

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 21

  • @peterclark1609
    @peterclark1609  2 місяці тому +4

    BTW Didn't notice but you can go up slopes of any angle, to fix this change line 69 to
    if step_cast.is_colliding() && velocity.y

  • @FilipeMerli
    @FilipeMerli 21 день тому +1

    Man, thank you very much for this content

  • @inspiteofeverythingishallrise
    @inspiteofeverythingishallrise Місяць тому

    subbed man. i like these unedited tutorial stuff. keep going!

  • @iDigvijaysinhG
    @iDigvijaysinhG Місяць тому

    Hey Peter, Stumbled upon the tutorial, Keep it up!💪

  • @brandonmiddleton4644
    @brandonmiddleton4644 2 місяці тому

    Great video! Really helped me! Please upload more in the future

  • @r0akesson
    @r0akesson 2 місяці тому

    Hey really nice tutorial, keep it up!

  • @dynstinn
    @dynstinn 3 дні тому

    im just falling though the floor after completing the is_grounded function

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

    I have a question, this doesnt work when i try to climb stairs and they are surounded by walls, if im a bit offset i will not climb them. So do you or anyone know how i can fix that?

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

      You can try to make the ShapeCast3D radius the same as the collision radius and remove the ShapeCast3D move script.

    • @sabertooth9137
      @sabertooth9137 Місяць тому

      @@bwolf3003 Thanks for the suggestion I will try it and say if it worked. Once again thank you.

    • @xscreade2
      @xscreade2 Місяць тому

      Ye Im having the same issue and can't solve it

  • @quickestawab5045
    @quickestawab5045 2 місяці тому

    hi, hello, 1 thank you so much for giving us few godot users this legendary tutorial 2 what was the name of the addon for level building? you said it pretty quickly and i couldnt catch it. thanks!

    • @quickestawab5045
      @quickestawab5045 2 місяці тому

      I know it has cyclops in its name but when i search in it the assetlib thing it doesnt pop up

    • @quickestawab5045
      @quickestawab5045 2 місяці тому

      I found it on Github. downloaded it. unzipped it.and it gave an error. i found an issue that said i need to do some python stuff. i iwll try a different version

    • @quickestawab5045
      @quickestawab5045 2 місяці тому

      Different version didnt work. I tried to clone the repo but im having trouble downloading.

    • @quickestawab5045
      @quickestawab5045 2 місяці тому

      i have tried everything. different plugin versions, different methods of installation./srs im switching to unity /j

    • @peterclark1609
      @peterclark1609  2 місяці тому

      Yeah it is CyclopsLevelBuilder github.com/blackears/cyclopsLevelBuilder
      Only works on Godot 4.x, you should only need to drag it into the project, then add the autoload as mentioned on the github page and then enable it. It has worked for me on multiple projects across multiple computers
      The guy who made it has good tutorials on how to set it up and use it, you should check them out :)

  • @Firemage14
    @Firemage14 2 місяці тому

    what are those two lines on line 62

  • @RexSacriticulus
    @RexSacriticulus 2 місяці тому

    You're suddenly adding semicolons for whatever reason.