Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Smart" project version warnings #7254

Closed
MIfoodie opened this issue Jul 10, 2023 · 4 comments
Closed

"Smart" project version warnings #7254

MIfoodie opened this issue Jul 10, 2023 · 4 comments
Milestone

Comments

@MIfoodie
Copy link

MIfoodie commented Jul 10, 2023

Describe the project you are working on

N/A

Describe the problem or limitation you are having in your project

N/A

Describe the feature / enhancement and how it helps to overcome the problem or limitation

When you are opening a project with a version of Godot that the project wasn't originally created with, you get this error.

image

Godot should be "smart" and look at the two different version numbers and figure out which one is bigger than the other one and then change the wording of the warning to be "Opening will upgrade the project to Godot X.Y" or "Opening will downgrade the project to Godot X.Y" rather then "Opening will upgrade or downgrade the project to Godot X.Y".

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

  1. User tries to open a project with a version number that does not match the current Godot version number.
  2. Godot check to see what version number is bigger, the project version number or the engine version number
  3. If the project version number is bigger, Godot will set the warning to "Opening will upgrade the project to Godot X.Y". If the engine number is bigger, Godot will set the warning to "Opening will downgrade the project to Godot X.Y"

If this enhancement will not be used often, can it be worked around with a few lines of script?

(I'm not really sure)

Is there a reason why this should be core and not an add-on in the asset library?

It is in the project browser not a project...

@Calinou
Copy link
Member

Calinou commented Jul 10, 2023

@MIfoodie
Copy link
Author

@akien-mga
Copy link
Member

This might be fixed by godotengine/godot#79118.

@akien-mga
Copy link
Member

Fixed by godotengine/godot#79299

@akien-mga akien-mga added this to the 4.2 milestone Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants