Changing Database
- Locate the database that you wish to select
- Click on the select button on the right side of the database name
- The selected database shall appear in red color
Important Note : Database system is a mechanism to version and control the different modes of you game.
You can use different databases on different scenes to provide more than one game mode depending on how players start the game, nonetheless, once the game is started, and NetworkManager is initialized, is not recommended to change the selected database while the game is running for the following reasons.
- You can't ensure that all connected players are using the same database.
- You can't ensure that currently created elements match with the new database.
- And many other reasons.