I’m trying to build AssetBundles and add ODR tag on an AppleTV using the AssetBundleManager class and the BuildResources class provided by Unity. In both of those script there is a reference to GetPlatformName, either using Utility.GetPlatformName() or AssetBundles.Utility.GetPlatformName().
BuildScript (AssetBundleManager)
// Choose the output path according to the build target.
string outputPath = Path.Combine(Utility.AssetBundlesOutputPath, Utility.GetPlatformName());
I tried to re-build AssetBundles from the AssetBundle Manager project : Unity Asset Store - The Best Assets for Game Making after switching to tv os platform and it failed. So it seems to be related to tv os.
Have you guys had any success with this? I’m trying to use ODR on my Apple TV build and I’m still getting the same error. I’ve downloaded the AssetBundle Manager from the asset store just a moment ago, it’s the latest version.