playMaker

Author Topic: Required actions for working with local data  (Read 970 times)

faezeh

  • Playmaker Newbie
  • *
  • Posts: 6
Required actions for working with local data
« 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Required actions for working with local data
« Reply #1 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