How to Make a Working Door in Godot - Godot 4 Tutorial

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

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

  • @cerberusmutt4252
    @cerberusmutt4252 7 месяцев назад +8

    would you ever consider releasing a more polished version of this video tutorial? the information is useful, but difficult to endure

    • @jooooo9572
      @jooooo9572 18 дней назад

      I followed it and it's *very nice*

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

    Really helpful! You explained everything with care and precision.

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

    Thank you very much i was trying all things to try to make a door and your is perfect !

  • @chauvetwoods95
    @chauvetwoods95 6 месяцев назад

    Thank you. Extremely well explained tutorial! one thing is having a debug line on for the raycast rlly helps to know if it's facing the correct direction

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

    In the Inspector window under - Target Position's X, Y, and Z co-ords, just put Y: as 0 and Z: as -5 or whatever instead of rotating the RayCast3D Transform properties. It is easier.

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

    How would you go about adding sound to play during the animation? there's sound in the animation I have but it doesn't play (I am a beginner with coding and Godot in general)

  • @kardrasa
    @kardrasa 7 месяцев назад

    I love doors now!

  • @mushroom9610
    @mushroom9610 Месяц назад

    I can’t read the code properly in some sections, and I am unable to open the documents you linked that had the code, is there any chance you could helpv

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

    thanks very much

  • @Bludimi
    @Bludimi 6 месяцев назад

    could you do the same tutorial but for interactables together
    like a elevator
    a futuristic door
    A toggable lamo and more
    when i search up any other tutorial it just doesnt work and i do want a elevator for my game cuz its gonna be happening in a underground facility

  • @STEX23
    @STEX23 9 месяцев назад

    Hell yeah!

  • @otenV8
    @otenV8 6 месяцев назад

    Tutorial muito bom, valeu

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

    The open animation teleports

  • @K.T.P.F.C.
    @K.T.P.F.C. Месяц назад +3

    it doesn't working

    • @dilay2117
      @dilay2117 12 дней назад

      Да, если у тебя тоже проблема в ray cast и связана с has_metod то не пиши это самому, пропиши has и дальше просто автоматически из предложенного выбери, и проблема решена

  • @SunilSingh-kj4gd
    @SunilSingh-kj4gd 9 месяцев назад

    Please make full horror fps series in godot

    • @Omogonix
      @Omogonix  9 месяцев назад +1

      I'll think about it! :)

    • @Catalyst254
      @Catalyst254 7 месяцев назад

      Please ​@@Omogonix

  • @Catalyst254
    @Catalyst254 7 месяцев назад

    Can you please make it so that it shows the Open/Close [E] text the raycast is colliding with the door.

    • @fade_03
      @fade_03 6 месяцев назад +3

      just add a label that shows up in the condition if_is_colliding():

    • @CrystalPixelsCEO
      @CrystalPixelsCEO 16 дней назад

      ok same thanks for the tip!

  • @itsdonix
    @itsdonix 9 месяцев назад

    Are You gonna fully move on to godot?

    • @Omogonix
      @Omogonix  9 месяцев назад

      For my games, yes, You Are Liam: Shadow Memories will be my last Unity game. But for tutorials, I'll still be doing both Godot and Unity.

    • @itsdonix
      @itsdonix 9 месяцев назад

      @@Omogonix 👍

  • @cinarbugra
    @cinarbugra 9 месяцев назад

    My pc cant open godot 😂 cus of my gpu driver😅

    • @Omogonix
      @Omogonix  9 месяцев назад

      Yeah, I think you need a Vulkan-supported GPU in order to use Godot. Are you able to open up the Godot project menu at all? If so, when creating a project, choose the Compatibility rendering method instead of Forward+ because compatibility renderer doesn't use Vulkan, but if you can't, then sorry to hear

    • @cinarbugra
      @cinarbugra 9 месяцев назад

      @@Omogonix ohh alrt ı will try it tomorow its 1 am in my. Country but if that doesnt work i aint suprised im using gt730 💀💀

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

      @@cinarbugra Create a new project in compatibility mode. Save it in/create with the same file that has your assetts from the messed up version if you need to switch it back to compatable. Its the only option i found that works if you get stuck with the error about Ndrives

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

    Doesn't work