Using Custom Resources (Godot 4)

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

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

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

    This teaches something so powerful in Godot. as well as something most videos FAR over complicate. ARCANE just made all other resource tutorials obsolete. Good job, subscribed and liked, the algorithm really NEEDS to push this video harder.

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

    love all your tutorials :)

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

    Nice clear and forward tutorial! thanks!

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

    man niiiceeeee...
    One thing I hate when using custom resources in godot is that when I change the variable name the data is lost.
    Can u show a way to avoid that?

    • @ArcaneEnergy
      @ArcaneEnergy  7 месяцев назад +1

      It's unavoidable, but you can copy the value (right click on the field > copy value), change the variable name and then paste the value (right click > paste value)

    • @maheryrazafindralambo9679
      @maheryrazafindralambo9679 7 месяцев назад +1

      😂 copy pasting 100 of data in 100 of resources sure is tedious task.
      but thanks. I will do some experimentation.

  • @ka_galaxy
    @ka_galaxy 9 месяцев назад +3

    Fantastic tutorial, beginner friendly with clean implementation. It will help a lot with making game easily expandable.

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

      Agreed! Resources are very nice to use and easy to create. I use them in lots of different places. Thanks. Have fun developing!

    • @madtechnocrat9234
      @madtechnocrat9234 4 месяца назад

      @@ArcaneEnergy What option/plugin do you use to turn -> into → ?

    • @ArcaneEnergy
      @ArcaneEnergy  4 месяца назад

      @@madtechnocrat9234 Enable font ligatures in the Editor settings

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

    really handy. Tx

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

    thanks