How to change scenes in Godot 4.2 Visual Scripting: Orchestrator 2.0

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

КОМЕНТАРІ • 11

  • @chaitea9448
    @chaitea9448 5 місяців тому +1

    Thank you for these tutorials!! 👍👍👍

  • @gabrielvilela2660
    @gabrielvilela2660 7 місяців тому +3

    Please, continue!!!

  • @sammikinsderp
    @sammikinsderp 5 місяців тому +1

    Thank you very much for this video!

  • @Carlos_amzhydro01
    @Carlos_amzhydro01 7 місяців тому +2

    Continue, please

  • @someonewithabag3165
    @someonewithabag3165 5 місяців тому +1

    Is there a way to make do you can go back to a previous scene? I'm making a text based game and I want to make so if the player clicks the wrong thing they go back to a previous scene, is there a way to do this?

    • @visualcodinghub
      @visualcodinghub  5 місяців тому +1

      @@someonewithabag3165 Yes, you just need to make a few changes in the node.
      Change the 'Call Change Scene to Packed' to
      'Call Change Scene to File'
      Change 'Preload Resource' to
      'Get Resource Path'
      Connect the nodes the same way it was in this video and you can go both to a new scene and also to a previous scene.

    • @someonewithabag3165
      @someonewithabag3165 5 місяців тому +1

      @@visualcodinghub Thanks!

    • @visualcodinghub
      @visualcodinghub  5 місяців тому

      @@someonewithabag3165 you are welcome