How can I uninstall UnityAnalytics (and other ‘built-in’ extension modules like Purchasing, Networking, etc) from the Unity Editor?
I’m working against a platform these aren’t supported on and I haven’t added any reference to them in my code, but Unity is still:
trying to link UnityAnalytics in with Assembly-CSharp.dll
running AoT against UnityAnalytics dll
including UnityAnalytics dll in the final package
Thanks!