-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
Importing project with HDR texture taking too long #73627
Comments
Duplicate of #72666. This is fixed in RC2 already, but you have to remove the corresponding |
@akien-mga I just generated this project in RC 2. |
Are you sure that you didn't use RC 1 first on that project before moving to RC 2? In the MRP, I can reproduce the issue because the If I delete that file (and the |
@akien-mga Yup, been using RC 2 since it was out and just created the project on it: If I try generating a new project (in RC 2) and re-creating the scenario, I get the same issue. |
@akien-mga Any chance this is related to the Linux build of 4.0 RC 2? |
I'm using the Linux build of 4.0 RC 2 too. I can reproduce the issue too when copying |
This is likely Detect 3D logic, which should be modified to use Lossless compression for HDR textures until the HDR VRAM compressor performance issue is fixed. A more extreme solution would be to disable Detect 3D entirely for panorama sky textures, but it'll likely cause other issues (such as not having mipmaps, which can cause the sky to look grainy at lower viewport resolutions). |
Duplicate of #61948 |
Godot version
4.0.rc2.official [d2699dc]
System information
OS: Arch Linux, CPU: i7-3770, GPU: Radeon RX 570
Issue description
In Godot 3, importing a project with an HDR texture of size 4096x2048 was pretty much instantaneous, while in Godot 4.0 RC 2 it takes (in my computer) almost 6 minutes.
For reference, I've prepared two equivalent projects, both have only a 3D scene with a WorldEnvironment, loading the texture as a panorama sky:
I'm not sure if this is a bug or if the default settings for importing textures are way too demanding now. My CD pipeline is timing out when trying to export a Godot 4 project and it's likely that it has to do with this issue.
If this is intended behavior, feel free to close the issue, though I'd appreciate if someone could tell me whether there's something I can do to reduce this import time.
Steps to reproduce
Just load the projects attached.
Minimal reproduction project
godot_projects.zip
The text was updated successfully, but these errors were encountered: