Search Unity

Sharing Simple Data Between Flash and Unity App

Discussion in 'Editor & General Support' started by Risal-Fajar, Aug 6, 2015.

  1. Risal-Fajar

    Risal-Fajar

    Joined:
    Aug 6, 2015
    Posts:
    4
    So I have 2 app, first app is an flash app and the second one is unity game. I'm compiling those app for Android Device.

    My first app is Quiz, and the second is Game. We finish some quiz and earn coins for the game.

    Here's the question : How do I share the data (amount of coins) between those app in one Android Device ? (No Internet Required)

    Thanks, this is my first question here, hope I get the answer, and sorry for my bad English.

    Here's my method of how to do this :



    However I can't try this yet because I don't know how to sending Flash SharedObject data to Unity PlayerPrefs(or SharedPrefs.xml in Android). Is it even possible ? or there's another method ??