Hello everyone,
I recently downloaded a Unity Gaming Services Use Cases repository and opened it using Unity Editor 6 (6000.0.23f1). When opening the project, Unity prompted me to enter Safe Mode due to errors. After checking the Console, I found multiple CS1061 errors related to IAnalyticsService, such as:
Assets\Use Case Samples\AB Test Level Difficulty\Scripts\AnalyticsManager.cs(41,39): error CS1061: 'IAnalyticsService' does not contain a definition for 'CustomData' and no accessible extension method 'CustomData' accepting a first argument of type 'IAnalyticsService' could be found (are you missing a using directive or an assembly reference?)
I checked but couldn’t find the CustomData method in IAnalyticsService. I’m wondering if this is due to an API change or if I’m missing a required package.
Has anyone encountered this issue before or knows how to fix it?
Any help would be greatly appreciated!
Thanks in advance!
