I want to use the "Strip engine code" option for my Webgl build but I'm running into issues when loading/unloading scenes from asset bundles. Unity says that I should set the BuildPlayerOptions.assetBundleManifestPath to tell the build to not strip stuff used by the asset bundles. It all works ok when doing local custom builds, but how do I alter the BuildPlayerOptions when doing Unity Cloud builds because I don't get a reference to the BuildPlayerOptions object?
↧