MakovWait / godots

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

Feature request: Try inferring project's Godot version #1

Closed KMouratidis closed 1 year ago

KMouratidis commented 1 year ago

image

Instead of picking the latest version like shown above, are you able to infer a project's versions? E.g. the project I was trying to import here has this in the project.godot file:

config_version=5

[application]
...
config/features=PackedStringArray("4.1")

Another has config/features=PackedStringArray("4.0", "Forward Plus"), and so do a few more. Not sure if this is available for 3.x versions, but it seems consistent for 4.x.

MrEliptik commented 1 year ago

It doesn't seem available in Godot 3, but can be used for Godot 4!