Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: faezeh on November 15, 2018, 10:50:56 PM

Title: Required actions for working with local data
Post by: faezeh on November 15, 2018, 10:50:56 PM
Hi
I need to create a local database and use it inside of my game by CRUD operations (create, read, update, delete data)
I have found that Datamaker is for working with data but as I am a beginner I don't know how to start and which actions do I need for the mentioned operations and how to order them in a state
Thanks in advance
Title: Re: Required actions for working with local data
Post by: jeanfabre on November 16, 2018, 12:37:35 AM
Hi,

 DataMaker uses either Arrays, hashtables, xml or json, but not a database per say.

 if you want a local database, you should look for somethig like SimpleSQL

https://assetstore.unity.com/packages/tools/integration/simplesql-3845

and it has playmaker support.

 Bye,

 Jean