-
-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Avoid manipulating PackedScene
cache when generating scene preview thumbnails
#107514
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
Conversation
48a0e0d
to
f2c6d16
Compare
I confirmed the issue is fixed by changing the cache mode from
With the same project, the issue persists when changing it back to Marking this as ready for review, this change should have no side effects, we should merge it right away. May someone provide more testing results to let us confidently mark the issue as resolved. |
Can confirm that it fixes the issue for me. |
PackedScene
cache when generating scene preview thumbnailsPackedScene
cache when generating scene preview thumbnails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes the issue for me too.
After migrating from 51b0379 (11.06 build date) that have this problem, this looks like fixes it as long as i see. |
Thanks! |
Attempt to fix issue #107494
Should likely be a cache issue with
ResourceLoader
. Need further testing and MRP.Edit:
Issue confirmed is related to cache mode, see comments below.