Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Realm Unity Tutorial
> [!Warning]
> Atlas App Services has reached its end-of-life status and is no longer actively supported by MongoDB.

Follow along at https://www.mongodb.com/docs/realm/tutorial/unity/
<del>
## Realm Unity Tutorial

## Troubleshooting
~~Follow along at https://www.mongodb.com/docs/realm/tutorial/unity/~~

### Troubleshooting

The most common issue is schema mismatch due to frequent little tweaks to the
schema as you develop your app.
Expand All @@ -13,12 +17,4 @@ schema as you develop your app.
- Be sure to **deploy your changes** in the Realm UI.
- If your schema does not match the server, **compare the class definitions from the SDKs tab in the Realm UI** with those in the client code.
- When creating objects, make sure the **partition value of your new object matches** the partition value you opened the Realm with.

## Issues & Pull Requests

If you find an issue or have a suggestion, please let us know using the feedback
widget on the [docs site](http://www.mongodb.com/docs/realm/tutorial).

This repo is automatically derived from our main docs repo. If you'd like to
submit a pull request -- thanks! -- please feel free to do so at
https://github.com/mongodb/docs-realm/ (see the tutorial/ subdirectory).
</del>