Search found 2 matches
- Sun Apr 18, 2021 10:40 pm
- Forum: Dialogue System for Unity
- Topic: Getting started for mobile RPG
- Replies: 2
- Views: 148
Re: Getting started for mobile RPG
To break up a database, you can duplicate the database and then delete what you don't need out of each. You'll also want to use database syncing to sync (copy) the quests from your global database into the scene-specific databases. Info: Working With Multiple Databases Thanks for speedy reply and t...
- Sun Apr 18, 2021 8:15 pm
- Forum: Dialogue System for Unity
- Topic: Getting started for mobile RPG
- Replies: 2
- Views: 148
Getting started for mobile RPG
Hi, I have just been trying to get familiar with the dialogue system in the last few days and want to try and integrate it into the mobile rpg I am in the early middle stages of developing. I already have my own serialisation and scene loading (using addressables) systems so I want to use just the c...