Get started with Roaming Databases
The quickest way to get started is by using the Roaming Databases package locally. The package is freely available for download and perfect for development.
Note: You don’t need to install the Roaming Database package because it comes included in the Realms experimental package.
After installing the package, you can use it in a project as a script attached to a GameObject.
- Create an empty GameObject by right-clicking in the Hierarchy, then selecting GameObject > Create empty.
- Add a MonoBehaviour component by selecting Add Component in the Inspector, then selecting New script.
- Name the script
DatabaseManager
and accept. - Double-click the script to open the code in your system’s default text editor.
You can now start editing the code with the help of the following examples: