Hello,
When I try to load a GUISkin form Asset Bundle, Unity freezes and nothing else can be done.
This is the critical line of code that crashes Unity:
var assetLoadRequest = mainMenuAssetBundle.LoadAssetAsync(“MainMenuSkin”);
I have no problems with loading textures from the same asset bundle, the only thing that goes wrong is loading GUISkin. What can cause freezing? Is anyone familiar with this problem?