public static string GetPlatformName()
 {
     return(PlatformUtil.GetPlatformForAssetBundles(EditorUserBuildSettings.activeBuildTarget));
 }