Sislovesme 24 09 13 Little Puck And Beca Barbie Fix Jun 2026

When the script runs, AssetLoader::LoadAsync("barbie_dress_v2.atlas") returns a . The UI code awaits this future synchronously (via future.wait() ), which on Metal drivers blocks the main thread because the loader thread is also waiting for a render‑pass lock that can’t be acquired while the main thread is blocked—hence a dead‑lock.