MakovWait / godots

🚀Ultimate go-to hub for managing your Godot versions and projects! 🚀
MIT License
323 stars 25 forks source link

Add auto editor version search. #43

Closed artsich closed 11 months ago

artsich commented 11 months ago

New Argument for godots editor run

The new argument serves as a hint to godots for determining which version of the Godot editor should be launched. This argument represents the path to the project's Godot directory. Initially, Godots will try to open the editor version already bound to the project. If unsuccessful, it will then source the desired version from the version_hint property in the project.godot file.

Note:

  • The path will be ignored if the --name flag is passed.
  • If the project isn't bound to the editor or version_hint does not exist in the project.godot file, the editor will not open.

Usage