Fixed (1.20.0.9) Infinite CustomUnityAsset Loading Please Wait

vamX

Well-known member
Featured Contributor
Messages
174
Reactions
633
Points
93
Website
www.patreon.com
Patreon
vamX
If you scroll quickly through the list of Assets using the Asset slider bar in a CustomUnityAsset you can get to a situation where it says Loading Please Wait (next to Select File...) forever. I've just done this in 1.20.0.8 using TGC/sex toys.assetbundle, but also done it with other assetbundles.
 

Attachments

  • temp Capture.PNG
    temp Capture.PNG
    33.5 KB · Views: 0
Also, if you then try to clear the assetbundle it won't clear, reporting: !> Attempt to load new assetbundle while another is already being loaded
 
I've also found this bug appears if you try to load multiple assets in a row from the same resource without waiting long enough in between.
 
This is resolved in upcoming 1.20.0.9 release. Thanks for the report. It affects Unity assetbundles that used scenes instead of prefabs. The scene load was done async and was not being cancelled if the chosen asset was changed. This caused a race condition that could result in an infinite hang.
 
Back
Top Bottom