Hey all. I finished looking at the docs and set up my code. The Analytics.CustomEvent method is being called but no data is being shown on the dashboard. Below you can see some code snippets and screenshots.
The testEnvironment field is set to “true” on the editor. The SendStatsData method is being called when a game session ends and I want to record how much “wood” and “emeralds” the player collected, which are resources in the game.
The Start method is called way earlier, more than 2 minutes before the SendStatsData method is called.
My project is also properly linked.
Does anyone know what might be going on?