Extended Reporting
Extended Reporting
com.porticoxr.sdk.reporting
Generate comprehensive session reports with hierarchical structure and detailed user actions to better track progress and engagement.
This package allows you to organize your application into modules and activities, enabling logical tracking of user progress and milestones. You can record both high-level activity completions and granular user actions, and attach rich results to activities, including completion status, success, duration, scores, and custom responses. Reports are structured to reflect the flow of your experience, making it easy to interpret successes, failures, and user engagement.
🔢 Dependencies
Unity Editor 2019.4 or newer
| Package | Version |
|---|---|
| com.porticoxr.sdk.core | 1.8.0 |
📝 Release Notes
Release 1.2.2 - February 3, 2026
- Updated license
Release 1.2.1 - January 26, 2026
- Updated required core package version to 1.14.1
- Fixed issue with result and score objects in visual scripting
Release 1.2.0 - January 12, 2026
- Added support for Visual Scripting
- Added confirmation when deleting activities from hierarchy that have children
- Added documentation link from the reporting builder context menu
- Fixed usage of deprecated methods
- Fixed meta file conflict warning
Release 1.1.1 - November 25, 2025
- Removed duplicate module notices when using core 1.8.0 or newer
Release 1.1.0 - November 3, 2025
- Added support for Unity 2019.4 or newer
- Editor tab name now automatically updates after the root activity is renamed
- Improved support for single module apps
Release 1.0.0 - October 24, 2025
- Initial release