Update Priorities page to match status as of January 2026 - #1238
Conversation
958e043 to
2f12a2c
Compare
| details: | ||
| - type: note | ||
| content: | | ||
| We need to investigate how we can do this. One way would be to incorporate more code from SDL, or to integrate SDL_input directly in the engine. |
There was a problem hiding this comment.
Implemented for desktop and Android, but not for iOS (godotengine/godot#114316) or Web (not sure if it's relevant on web platform, at least not as much as on desktop).
There was a problem hiding this comment.
Implemented for desktop and Android, but not for iOS (godotengine/godot#114316) or Web (not sure if it's relevant on web platform, at least not as much as on desktop).
Not implemented on Android either at the moment 😅
It would require rewriting some parts of SDL's Java code, and at the moment I don't have enough motivation to do that since they use the same Android API. We can probably borrow missing features from their code or rewrite them ourselves (for example, joypad LEDs). Although I'm probably getting a bit off-topic.
2f12a2c to
4f8dfe4
Compare
4f8dfe4 to
dd46a1e
Compare
dd46a1e to
ee8d42b
Compare
ee8d42b to
a1ec857
Compare
@TokageItLab Can you take a look and see what we can amend?
|
|
I think SkeletonModifier3D is already at the tweak stage in terms of functionality. If I were to write more about SkeletonModifier3D, it would be about improving the documentation and tutorials. If we include not only SkeletonModifier3D but also AnimationMixer, we should be able to set “Optimization to improve performance” as a priority. Also, I still believe the rework of the Animation Playback track and Bézier track is necessary, but it might become a moonshot plan for 5.0. |
|
If these changes are better than what we have right now, would it be okay to merge them and keep making changes in follow up PRs if necessary? |
Priorities that were completed were removed, while some other priorities were updated to match the current development status.
a1ec857 to
4756319
Compare
|
Rebased and tested again, it works as expected. |
|
thanks! |

Priorities that were completed were removed1, while some other priorities were updated to match the current development status.
This is based on #1232, but also a previous effort where various core contributors (myself included) have combed through the current priorities and detailed their current status.
Footnotes
There is a
statusline, but there is no different styling for "done" items currently. This would have to be implemented first if we want to keep listing done items, although I'm not sure it's really needed. ↩