Skip to content
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

Editor stuck in re-import loop when it can't import textures #90980

Open
passivestar opened this issue Apr 21, 2024 · 2 comments
Open

Editor stuck in re-import loop when it can't import textures #90980

passivestar opened this issue Apr 21, 2024 · 2 comments

Comments

@passivestar
Copy link
Contributor

Tested versions

v4.3.dev.custom_build [4a01602]

System information

Godot v4.3.dev (4a01602) - macOS 14.4.0 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)

Issue description

More aftermath of #76991. Stops when the "Import Resources When Unfocused" is disabled

Screen.Recording.mp4

P.S I'm also wondering why those textures fail to load in the first place, they are perfectly fine jpegs

Steps to reproduce

MRP

Minimal reproduction project (MRP)

MRP_reimport_loop.zip

@passivestar
Copy link
Contributor Author

P.S I'm also wondering why those textures fail to load in the first place, they are perfectly fine jpegs

Opened an issue for that: #91600

@ttencate
Copy link
Contributor

It's not specific to textures: the same thing also happens if Godot fails to import Blender files (#80049, #82888) and FBX files (#85402). And I don't think it's a new problem either.

As far as I can tell, this happens because the editor re-tries the import as soon as the progress dialog closes and the main editor window gains focus again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants