AirConsole / airconsole-unity-plugin

A plugin for Unity to develop for AirConsole
http://developers.airconsole.com/#/guides/unity
GNU Lesser General Public License v3.0
69 stars 19 forks source link

Update persistent data api #54

Closed marc-n-dream closed 7 months ago

marc-n-dream commented 8 months ago

This makes the uid a required parameter in the RequestPersistentData and StorePersistentData methods

This will be released as part of AirConsole Unity Plugin 2.5.0 along the other API changes to make it possible to provide version migration documentation on https://developers.airconsole.com ahead of release.

This is the Unity part of https://github.com/AirConsole/airconsole-api/pull/78

This PR will not be merged until the validation based on https://github.com/AirConsole/airconsole-appengine/pull/2432 has concluded.