Hey all. Just now setting up some analytics for my game and I wanted to make a custom event to track some balance related game data in my game.
I followed this documentation: https://docs.unity.com/ugs/manual/analytics/manual/custom-event
And this:
https://docs.unity.com/ugs/en-us/manual/analytics/manual/record-event
However, when I call RecordEvent I get the following error:
"'IAnalyticsService' does not contain a definition for 'CustomEvent' and no accessible extension method 'CustomEvent' accepting a first argument of type 'IAnalyticsService' could be found (are you missing a using directive or an assembly reference?)"
Any idea what I might be doing wrong? Thanks!