Accessing player prefs from another app

I admit, I am addicted to one of the Storm8 games. One of the cool things they do with their apps is grant you bonuses in one game for purchasing another. Eg: “Download Rockstars Live and get 20 free honor points for WorldWar.”

I am in the process of setting up a series of apps related to each other and was wondering if I could somehow set it up so that I can share data between multiple Unity apps the way these do.

player prefs are non accessable.
if you want accessable data you need to write your own system that uses a public folder instead of the app own folder.

Hello!

what dreamora says is completely true, but what you can do is post on the wish list and ask for a system that lets you communicate with other unity apps :).

Another interesting thing that you can do is to create a server and let your users connect to that server with different apps and then communicate them.

Hope it helps! :wink: