gaviral / Appledore-VR

Combining the power of VR and mind palace to further advance learning techniques.
MIT License
2 stars 0 forks source link

[VERY HIGH priority] How to save the game state? #40

Open gaviral opened 7 years ago

gaviral commented 7 years ago

Decided plan: MUST follow the database structure (refer to wiki) Step 1. be able to save a list of 3 gameObjects to database (usage of firebase.database lists is highly recommended; though please make sure adding of lists to firebase is supported in unity) Step 2. be able to read gameObjects from database


When user adds more mnemonics to the palace, make sure the palace doesn't reset back to original state the next user fires-up the app.

Possible usage of:

  1. Android/Unity authentication
  2. Firebase integration with android/unity

see if the game state can be saved in a unity's proprietarian file format otherwise we might have to deal with more database to save object ids with their space-coordinates for each user separately.

marinah1 commented 7 years ago

done, pushed onto branch firebase-up-to-date branch needs integration