Uninstalling UnityAnalytics from the Unity 5.3+ Editor

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!

Hi @lord-pi ,

This does not sound like it should be happening but let me look into it a little bit and I will let you know what I find.

What platform are you building to?