Analytics dependency issue

I’m getting an error after I disable Analytics… unfortunatelly there is a bug that prevent’s me from adding Analytics package back.

Library\PackageCache\com.unity.inputsystem@0.9.0-preview\InputSystem\NativeInputRuntime.cs(258,13): error CS0012: The type ‘AnalyticsResult’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘UnityEngine.UnityAnalyticsModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’.

Analytics privacy bug:

Ok, I found a solution for the analytics package issue. For some reason if someone want to re-add the analytics package then the following line should be added to the manifest.json file per hand.

“com.unity.modules.unityanalytics”: “1.0.0”

In any case I think the InputSystem should handle this dependency issue properly :wink:

2 Likes

Thank you sir