question

Steve Cawood avatar image
Steve Cawood asked

Find what version of my Unity game was used in events?

Hi,

I'd like to find the version of my game that was used to submit leaderboard scores etc. Is it possible already? If not can I add something in code to make it possible?

Thanks

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Andy avatar image
Andy answered

There are a couple of different ways to approach this that I can think of. The better option depends on what your goals are.

  1. You can update player statistics from Cloud Script and include an input parameter to your method that takes the client version. This could then be used for validation and could be logged for future reference.
  2. On player login, you can emit an event that includes client version information. You could take actions based on this event or you could just access later for analytics purposes.
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Steve Cawood avatar image Steve Cawood commented ·

Thanks, option 2 sounds perfect.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.