Search Unity

Need basic Database app code sample

Discussion in 'Works In Progress - Archive' started by bhattnirav, Apr 22, 2012.

  1. bhattnirav

    bhattnirav

    Joined:
    Apr 22, 2012
    Posts:
    1
    I need a very simple Unity 3d game where:

    - Many steps appear in flowchart fashion
    - On each tap, next flowchart step appears on the screen
    - Step text is fetched from a lightweight DB.

    I know this is very simple and basic.
    But as I am beginner I find it harder to learn every aspect of all the above and reinvent the wheel.
    At the same time, since this is basic, I do not want to hire someone just for this.

    If someone knows really good online example that can do the above, please help!
    Thank you for your time!
    -NB
     
  2. herpderpy

    herpderpy

    Joined:
    Mar 9, 2010
    Posts:
    477
    Database details should never be coded into your actual app as it's very easy for people to de-code the Unity file and do damage to your database. I suggest you use a server side language such as PHP to generate your data, then fetch it with a WWW and parse.