Releases: CarterGames/NotionToUnity
Parsing Hotfix (0.7.1)
A small update to fix a parsing mistake from the last update.
🔴 Fixes
- Fixed an issue where parsing an empty rollup would error due to its being an empty array when downloaded.
Notion 2025-09-03 API Support (0.7.0)
A new update, mainly adding support for the latest 2025-09-03 Notion API release version. With some extra fixes & improvements added in.
🟢 Additions
- Support for the latest API version, 2025-09-03 added.
- Added support for the Url Notion property type.
🟡 Changes
- Json library changed from Simple JSON to Newtonsoft Json provided by the Unity package manager.
- Newtonsoft Json package is now a dependency for the asset to function.
- Progress bar GUI when downloading data now better represents actual progress.
- Corrected GUI popups mentioning “standalone” asset.
- Removed V1 setting from the asset, as there is no real need for it at present.
- Documentation updated with latest changes.
🔴 Fixes
- Fixed the script template for generating Notion Data Assets so they compile correctly when created.
- Fixed setting changes from the settings provider not applying when changed
- Fixed new data assets not being registered with the index when downloading all assets.
API Hotfix (0.6.3)
A hotfix update to fix the main functionality of the package due to Notion API changes breaking the download urls in the current implementation.
Support for the new 2025-09-03 API may come in the future, but for now it is not an urgent feature. Mainly as it'd be a decent amount of work to support with the current implementation. I'd want to make additional changes in that update as well.
Changelog
🟠 Fixed
- Fixed an issue with new Notion API changes breaking the current implementation.
- Fix attempt for editor GUI error sometimes happening when downloading data.
- Fixed some debug logs still being enabled in the released package.
Another Download Hotfix (0.6.2)
ℹ️ A minor hotfix.
🗓️ Release Date: 3rd August, 2025
🎨 Asset Changes
- Fixed an download parsing issue with the standard parser when trying to use int arrays or similar.
Download Hotfix (0.6.1)
ℹ️ A minor hotfix.
🗓️ Release Date: 30th June, 2025
🎨 Asset Changes
- Fixed an internal reference issue causing downloading to not work.
General Fixes Update (0.6.0)
ℹ️ Some asset fixes & structure improvements.
🗓️ Release Date: 27th June, 2025
🎨 Asset Changes
- Processors updated to be classes over an asset in the project.
- Some improvements to the default wrapper setup. Though further improvements are planned in future updates.
- Fixed an issue where the filter setup would error when null.
- Fixed download issues when downloading large databases. The filters would be set as null on the repeated call behind the scenes.
- Common code placed in separate assemblies like Audio Manager 3.1.x has done.
- Updated data asset naming convention to NdAsset/NotionDataAsset/NotionDataAccessor. See does for changes.
- Offline documentation added to the asset in the ~Documentation folder.
Minor parsing fixes (0.5.4)
ℹ️ Some adjustments to fix some parsing issues
🗓️ Release Date: 30th March, 2025
🎨 Asset Changes
- Added support for array of enum in multi select properties.
- Fixed multi select parsing issue trying to cast to a string array.
Minor improvements (0.5.3)
ℹ️ Minor API adjustments for Cart lib to use
🗓️ Release Date: 23rd March, 2025
🎨 Asset Changes
- Added support for the Notion property name to be passed through to processors without any adjustments.
Bug Fix Update (0.5.2)
ℹ️ Hotfix to some minor issues with data downloading with the asset
🗓️ Release Date: 23rd March, 2025
🎨 Asset Changes
- Fixed an issue where downloading numbers failed to parse.
- Fixed an issue where rollups failed to parse.
- Fixed some log messages that were left in the Notion Data Asset class.
Hotfix Update (0.5.1)
ℹ️ Hotfix to build issues with the asset.
🗓️ Release Date: 2nd March, 2025
🎨 Asset Changes
- Fixed an issue where the project would not build with the tool in the project due to some missing scripting defines.
- Fixed some warnings around data wrapper classes.