| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Cognitive3D SDK for Unity Package 2.3.0 source code.tar.gz | 2026-02-27 | 10.8 MB | |
| Cognitive3D SDK for Unity Package 2.3.0 source code.zip | 2026-02-27 | 11.2 MB | |
| README.md | 2026-02-27 | 1.3 kB | |
| Totals: 3 Items | 22.1 MB | 2 | |
Summary
- Version: 2.3.0
- Release Date: February 27, 2026
- GitHub
- Documentation
Release Notes
New Features
- Added a Scene Manager editor window (accessible from the Cognitive3D menu) for exporting, uploading, and updating scenes using SDK-generated scene IDs, replacing the previous manual scene geometry upload flow in project setup
- Implemented support for SDK-generated scene IDs, allowing scenes to receive IDs assigned by the SDK
- Added a customized toolbar for Unity 6.3+
Bug Fixes
- Fixed a race condition in dynamic object serialization and cache corruption due to incomplete JSON escaping
- Fixed controller tracking not properly syncing with gaze tracking intervals when using automatic tracking
- Fixed various deprecated API warnings introduced in Unity 6.3
- Fixed file sharing violation and destroyed
MonoBehaviourerror in editor
Improvements
- Added cancelable scene upload support with real-time progress callbacks in the editor
- Simplified scene list in preferences window
- Removed scene geometry upload from project setup (now handled via Scene Manager)
- Added Put request support and streaming from file path in
EditorNetwork