This Unity package provides a simple way to download and cache content from Notion databases. It includes a downloader with basic caching utilities and helper classes for reading values from the Notion API.
- Download Notion database tables or pages from the Unity Editor
- Cache previously downloaded results for faster iteration
- Utilities for parsing and converting Notion data types
- Unit tests for the main classes
A few simple usage samples are included under the Samples~/ folder once the package is installed.
Add this repository as a Git package to your Unity project:
https://github.com/your-org/UnityNotionDownloader.git
Editor tests are located in the Tests/Editor folder. They use NUnit and can be run from the Unity Test Runner.