chore: Update Silk.Net.Assimp from 2.22.0 to 2.23.0#3126
chore: Update Silk.Net.Assimp from 2.22.0 to 2.23.0#3126w0wca7a wants to merge 2 commits intostride3d:masterfrom
Conversation
|
Note that afair silk.net packages must be updated in lockstep; other silk packages should be updated to match this new version |
|
I'm not sure about other packages since I didn't check them. I need time to understand how stable they work. |
Would it make sense to introduce a property (e.g. SilkVersion) and reuse it in all related packages? That way one line change would be necessary and it clearly conveys that they should be updated together. I'm doing something similar for the AvaloniaVersion in the xplat-editor branch. |
Overall, isn’t bad idea. But if a user ever needs to update/downgrade just one library, for example, Silk.Net.Assimp, since Silk.Net is a huge collection of separate packages covering rendering, input, import, VR, etc.? |

PR Details
Fixes bone twisting artifacts on animations.
This change adapts the fix described in Silk.NET PR #2489 and applies the same approach within Stride's animation system.
Related Issue
#3116
Types of changes
Checklist