Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T16:52:38.000Z (10 months ago)
- Last Synced: 2024-04-22T08:33:29.226Z (7 months ago)
- Topics: notion, notion-api, notion-database, unity, unity3d
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 10
- 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![notion window](https://user-images.githubusercontent.com/14023901/168694054-c3b7b52f-adbb-4ac4-aa7f-db1fe2770c78.PNG)
A notion database
![notion db](https://user-images.githubusercontent.com/14023901/168694036-2a25269a-b1cb-433a-b53f-5eb61ac2912b.PNG)
Syncs the items from the database into a scriptable object
![unity log](https://user-images.githubusercontent.com/14023901/168694048-25097a04-2eaa-4145-a53e-f039d61d468f.PNG)
## 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)