• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Fixed (1.20.0.9) Infinite CustomUnityAsset Loading Please Wait

vamX

Well-known member
Featured Contributor
Joined
Jun 29, 2020
Messages
255
Solutions
2
Reactions
692
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.
 
Very easy to reproduce using TGC.Asset_NooN_BDSM_Collection.1
 
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