I’ve been playing around with the Platforms package (0.51.1) and haven’t been able to get batch building from the “Build Manager” window working.
After adding my build configurations, when I click the “Batch Build” button I get the following error:
System.NotImplementedException: The method or operation is not implemented.
at Unity.Build.Classic.ClassicBuildProfile.get_SortingIndex () [0x00000] in /{project path}/Library/PackageCache/com.unity.platforms@0.51.1-preview.21/Editor/Unity.Build.Classic/Components/ClassicBuildProfile.cs:51
Looking at the ClassicBuildProfile class at line 51 I see it just throws a NotImplementedException.
Does this mean that batch building isn’t currently supported?