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

Show version somewhere in the editor #751

Open
oninoshiko opened this issue Jan 17, 2024 · 3 comments
Open

Show version somewhere in the editor #751

oninoshiko opened this issue Jan 17, 2024 · 3 comments
Labels
enhancement New feature or request topic:usage Concerning packaging, loading or settings

Comments

@oninoshiko
Copy link

While this may seem silly, (and, really, is a defect in the gdextensions / assetlib), I think there needs to be somewhere we can see the version of godot-jolt we are running. Until some way is added in godot itself, I think it would be a good idea to just put a "version" label in the "project settings > physics > Jolt 3D" screen.

@github-actions github-actions bot added the needs triage Something that needs investigation label Jan 17, 2024
@mihe mihe added enhancement New feature or request topic:usage Concerning packaging, loading or settings and removed needs triage Something that needs investigation labels Jan 17, 2024
@mihe mihe changed the title Show version Show version somewhere in the editor Jan 17, 2024
@mihe
Copy link
Contributor

mihe commented Jan 17, 2024

As much as I would love for there to be a version number prominently displayed somewhere, I don't (as far as I know) really have any way of adding a regular label to the project settings screen, since it's all populated with the help of the ProjectSettings class.

For a while I was debating over whether I should just emit the version into the editor log, much like Godot itself does, but decided it felt a bit too obnoxious/intrusive.

There are of course other cheeky ways of doing it, like adding another tool (under Project > Tools > Jolt Physics) that does nothing but display a popup with the version number or something, but realistically nobody is going to go look for a version number there.

I'm open to ideas.

@oninoshiko
Copy link
Author

Unfortunately, the cheeky way and just putting it in the editor log were the two things that came to mind for me. Ultimately, I think this is a really a problem on Godot's side, and they need to implement better management of assets installed from the AssetLib tab.

Beyond the editor, even exposing it as a variable I can access somehow would be helpful.

@Gizrah
Copy link

Gizrah commented Mar 25, 2024

Since Jolt is a conscious choice and a major impact in the way your game is handled and playing, I'm honestly not that adverse to the idea of logging the version in the console on startup.

I'd even go a step further, adding a checkbox setting for checking for version updates every day or week, and showing an update notice in the log as well, similar to the startup notice that running on a separate thread is ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:usage Concerning packaging, loading or settings
Projects
None yet
Development

No branches or pull requests

3 participants