https://github.com/ttanatb/notion-to-unity
A tool for retrieving notion databases in Unity (for items and what not)
https://github.com/ttanatb/notion-to-unity
notion notion-api notion-database unity unity3d
Last synced: 1 day ago
JSON representation
A tool for retrieving notion databases in Unity (for items and what not)
- Host: GitHub
- URL: https://github.com/ttanatb/notion-to-unity
- Owner: ttanatb
- License: other
- Created: 2022-05-14T21:31:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T16:52:38.000Z (over 1 year ago)
- Last Synced: 2024-11-10T15:44:49.264Z (6 months ago)
- Topics: notion, notion-api, notion-database, unity, unity3d
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notion-to-unity
A tool for retrieving notion databases in Unity (for items and what not)Dev status: Hiatus
Other projects are taking higher priotiy, but with an intention for this to be picked back up again.
## Screenshots
Using a window in Unity
A notion database

Syncs the items from the database into a scriptable object

## Installation
Install via git url by adding this in your manifest.json
```
"com.tanatb.notiontounity": "https://github.com/ttanatb/notion-to-unity.git#upm"
```## Dependencies
- [Newtonsoft JSON.NET for Unity](https://github.com/jilleJr/Newtonsoft.Json-for-Unity)