|
My app has the ability to create your own custom levels. These levels are saved in PlayerPrefs or Array Prefs. What are some easy ways for a user to send their custom level back to the developer. The data would just be an array of floats. Something like html's mailto:myemail@hotmail.com?subject=unity level&body=1.236,1.526,-5.552,etc. Then the user still hits the send key so it would be 100% voluntary. This game is mainly designed for android, with possible cross to iOS. Thank You
(comments are locked)
|
|
Hello Twayne, Why not you choose use an socket server? I think an socket server will be good for you. Regards
(comments are locked)
|

added tag Android