You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import files for fonts addons/gut/fonts/*.ttf.import are changed by Godot 4.3 because the editor adds a disable_embedded_bitmaps=true in them.
Steps To Reproduce
In a versioned project, install Gut. Then commit the files as released. Then use Gut. You will see the following files being modified:
M addons/gut/fonts/AnonymousPro-Bold.ttf.import
M addons/gut/fonts/AnonymousPro-BoldItalic.ttf.import
M addons/gut/fonts/AnonymousPro-Italic.ttf.import
M addons/gut/fonts/AnonymousPro-Regular.ttf.import
M addons/gut/fonts/CourierPrime-Bold.ttf.import
M addons/gut/fonts/CourierPrime-BoldItalic.ttf.import
M addons/gut/fonts/CourierPrime-Italic.ttf.import
M addons/gut/fonts/CourierPrime-Regular.ttf.import
M addons/gut/fonts/LobsterTwo-Bold.ttf.import
M addons/gut/fonts/LobsterTwo-BoldItalic.ttf.import
M addons/gut/fonts/LobsterTwo-Italic.ttf.import
M addons/gut/fonts/LobsterTwo-Regular.ttf.import
The text was updated successfully, but these errors were encountered:
manuq
added a commit
to manuq/Gut
that referenced
this issue
Dec 2, 2024
Working with the project, these files in the Gut addon change to what's
currently being commited. This is because Godot 4.3 adds
`disable_embedded_bitmaps=true`
in font file imports. We did this already in 68522f8 but then in
31b09aa we updated Gut to 9.3.0. I guess we'll keep doing it until the
issue is fixed upstream. Issue opened upstream:
bitwes/Gut#673
Versions
The Bug
The import files for fonts
addons/gut/fonts/*.ttf.import
are changed by Godot 4.3 because the editor adds adisable_embedded_bitmaps=true
in them.Steps To Reproduce
In a versioned project, install Gut. Then commit the files as released. Then use Gut. You will see the following files being modified:
The text was updated successfully, but these errors were encountered: