Пример #1
0
        public static string GetPackagesRootFolderInStreamingAssets()
        {
            var pname = XPlatformUtil.GetNameText(XPlatformUtil.GetXRuntimePlatform(Application.platform));

            return(GetPackagesRootFolderInStreamingAssets(pname));
        }