public BetterStreamingAssetsTests(string path, bool apkMode) { if (apkMode && !File.Exists(path)) { Assert.Inconclusive("Build for Android and name output: " + path); } if (apkMode) { BetterStreamingAssets.InitializeWithExternalApk(path); } else { BetterStreamingAssets.InitializeWithExternalDirectories(".", path); } }