-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Game using HDR texture fails to load it when exported (texture_format/bptc
defaults to false
)
#73789
Comments
Did you export the project using headless mode? There's a known issue with VRAM-compressed textures not being exported if exporting using |
@Calinou No, directly from the Editor. |
I could reproduce the issue, which is caused by the export preset having Setting it to The option should probably default to I'm not sure what's the purpose of this export preset option in the first place though. It should export what it needs. |
texture_format/bptc
defaults to false
)
This is now required after godotengine#72031 when using HDRs. Could have further cleanup as I think these import options may not be needed at all anymore, and etc/etc2 support doesn't seem to make much sense. Likewise, the hardcoded "s3tc" in `get_platform_features` could maybe be removed. But this is material for after 4.1. Fixes godotengine#73789.
texture_format/bptc
defaults to false
)texture_format/bptc
defaults to false
)
The bug is still present in the RC4 version. Importing an uncompressed HDRI texture solves the problem. |
Yes, it's mentioned in the RC 4 blog post with the workaround: https://godotengine.org/article/release-candidate-godot-4-0-rc-4/#known-issues The fix was merged after RC 4. |
This is now required after godotengine#72031 when using HDRs. Could have further cleanup as I think these import options may not be needed at all anymore, and etc/etc2 support doesn't seem to make much sense. Likewise, the hardcoded "s3tc" in `get_platform_features` could maybe be removed. But this is material for after 4.1. Fixes godotengine#73789.
Godot version
4.0.rc3.official [7e79aea]
System information
OS: Arch Linux, CPU: i7-3770, GPU: Radeon RX 570
Issue description
Simple project using HDR texture as PanoramaSky exported to Linux crashes when opened. Might or might not be related to #73627 and #61948.
Output displayed in the console when opening the exported game:
Steps to reproduce
Try to export the provided project.
Minimal reproduction project
New Godot 4 Project.zip
The text was updated successfully, but these errors were encountered: