UI update 02
This commit is contained in:
@@ -337,12 +337,6 @@ public static class HeroSkinResolver
|
||||
}
|
||||
#endif
|
||||
|
||||
HeroSkinSO[] loaded = RuntimeResourcesCache.LoadAllHeroSkins();
|
||||
if (loaded != null && loaded.Length > 0)
|
||||
{
|
||||
return loaded;
|
||||
}
|
||||
|
||||
return Resources.LoadAll<HeroSkinSO>(string.Empty) ?? Array.Empty<HeroSkinSO>();
|
||||
return RuntimeResourcesCache.LoadAllHeroSkins() ?? Array.Empty<HeroSkinSO>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user