-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import files explicitely instead of waiting for scan.
This was an old workaround, which still worked in Godot 4, until recently I found it could actually break. While testing on a different computer, Resources didn't load after the waited frames, unless I waited for longer. I suspect threaded import made it less reliable. It seems there are nicer APIs now, hopefully it's the right way to go.
- Loading branch information
Showing
1 changed file
with
10 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters