# Building a Space Shooter Game that Syncs with Unity and MongoDB Realm

DevFeed: [Building a Space Shooter Game that Syncs with Unity and MongoDB Realm](<https://devfeed.tech/articles/building-a-space-shooter-game-that-syncs-with-unity-and-mongodb-realm-21801.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2021/08/building-space-shooter-game-syncs-unity-mongodb-realm/>)

Author: Nic Raboy

Published: 2021-08-25T13:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [Unity](<https://devfeed.tech/topics/unity.md>), [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [data](<https://devfeed.tech/topics/data.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [gaming](<https://devfeed.tech/tags/gaming.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [realm](<https://devfeed.tech/tags/realm.md>), [space](<https://devfeed.tech/tags/space.md>), [syncs](<https://devfeed.tech/tags/syncs.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [unity](<https://devfeed.tech/tags/unity.md>), [unity3d](<https://devfeed.tech/tags/unity3d.md>)

## AI overview

This tutorial builds a space shooter game in Unity that stores and synchronizes game data, including scores and enabled blasters, using the MongoDB Realm SDK and MongoDB Atlas.

## Source excerpt

When developing a game, in most circumstances you're going to need to store some kind of data. It could be the score, it could be player inventory, it could be where they are located on a map. The pos... The post Building a Space Shooter Game that Syncs with Unity and MongoDB Realm appeared first on MongoDB.