How could I disable UnityEngine.Cloud.Analytics with C# code?
I only found UnityEngine.Cloud.Analytics.Logger.EnableLogging but I’m unsure if that would disable reporting.
Hi, I’m on the Unity Analytics team. Unfortunately, currently is no “stop” function with the SDK. The best you can do is not start it in the first place by not calling StartSDK. (EnableLogging is unrelated.)