
article
Saving Data in Unity3D Using SQLite
Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-party libraries.

article
Saving Data in Unity3D Using BinaryReader and BinaryWriter
Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-party libraries.

article
Turning Your Local Game into an Online Experience with MongoDB Realm Sync
This article shows how to migrate from using a local Realm to MongoDB Realm Sync. We will cover everything you need to know to transform your game into a multiplayer experience.

article
Advanced Data Modeling with Realm .NET
Learn how to structure your Realm models to add validation, protect certain properties, and even persist complex objects coming from third-party packages.

article
Persistence in Unity Using Realm
This article shows how to integrate the Realm Unity SDK into your Unity game. We will cover everything you need to know to get started: installing the SDK, defining your models, and connecting the database to your GameObjects.

article
Saving Data in Unity3D Using Files
Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-party libraries.

article
Saving Data in Unity3D Using PlayerPrefs
Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-party libraries.

article
Building a Space Shooter Game that Syncs with Unity and MongoDB Realm
Learn how to build a space shooter game that synchronizes between clients and the cloud using MongoDB, Unity, and Realm Sync.

article
Introduction to the Realm SDK for Unity3D
In this video, Dominic Frei, iOS engineer on the Realm team, will introduce you to the Realm SDK for Unity3D

article
Getting Started with the Realm SDK for Unity
Learn how to get started with the Realm SDK for Unity for data persistance in your game.

article
Lessons Learned from Building a Game with MongoDB and Unity
After learning how to build a game in public, see what lessons Adrienne learned while building a game with MongoDB and Unity

article
Build an Infinite Runner Game with Unity and the Realm Unity SDK
Learn how to use Unity and the Realm SDK for Unity to build an infinite runner style game.