-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Link to v3/v4 download page should retain platform #590
Comments
Yes, this is by design and is explained in the PR that changed the page. |
Sorry, I've had a good look through PRs but cannot find the explanation you mention. Can you point me in the right direction? |
Sorry, I guess this was on chat instead. So basically, yes, what you propose would be the best option. But the issue is that not all platforms are present between versions (no dedicated server/headless in 4.0), and we have no good way to indicate that. So as a simple and straightforward solution that would work consistently we drop you to the "default" page for your current device, which always exists. If there is a solution that can account for these limitations, we can implement it. But the current way was the safest choice for the time being. |
Thanks for the explanation. Yes, I can see that it is hard to code an automatic fix for this. It's not very elegant, but maybe each file in |
Steps to reproduce
Current behavior
You end up on URL https://godotengine.org/download/3.x/linux
Expected behavior
You end up on URL https://godotengine.org/download/3.x/windows
Notes
This presumably also happens with any other combination of OSes, when you're trying to download a version of the engine for a different OS than you are currently using to browse. Similar also happens if you're currently on a 3.x download page for a different OS and you click on the "For the latest version, Download Godot 4" link - again, you get switched to the OS for your current web browser, not the alternative OS.
The text was updated successfully, but these errors were encountered: