Hi, I have a plugin which is only needed for x86/x86_64 builds (Mac and Windows) and is NOT needed on iOS. Unfortunately when Unity builds for iOS I get an AOT Cross Compilation error for the .dll. Since this plugin isn't necessary on iOS because it's only used for game server stuff which iOS doesn't need is there a way to exclude the plugin from the build when building to iOS?
↧