Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: hariprasadh10792 on May 27, 2015, 05:23:53 PM

Title: Help with changing integers dynamically
Post by: hariprasadh10792 on May 27, 2015, 05:23:53 PM
How can I change the integer values after the game goes live on the App Store.  I know it's possible using xml. But how do i implement it using playmaker. Any help is really appreciated.
Title: Re: Help with changing integers dynamically
Post by: mdotstrange on May 27, 2015, 07:30:08 PM
I have no experience working with it but datamaker https://hutonggames.fogbugz.com/default.asp?W1133 is a Playmaker tool to work with XML etc
Title: Re: Help with changing integers dynamically
Post by: jeanfabre on May 28, 2015, 02:53:21 PM
Hi,

 yeah, using external datastorage will allow you to change values on the final device.

Xml is one way. Then comes the question of where do you want to store this. On the device? then PlayerPrefs is one way, else you can store on a server, and then you talk to your server using http url (REST).

 Bye,

 Jean