Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.0.0-preview.8] - 2018-05-23
- Change dependency to
ARExtension1.0.0-preview.2
[1.0.0-preview.7] - 2018-05-23
- Remove "timeout" from AR Session
- Add availability and AR install support
- Significant rework to startup lifecycle & asynchronous availability check
[1.0.0-preview.6] - 2018-04-25
Rename ARUtilities to ARFoundation
- This package is now called
ARFoundation. - Removed
ARPlaceOnPlane,ARMakeAppearOnPlane,ARPlaneMeshVisualizer, andARPointCloudParticleVisualizeras these were deemed sample content. - Removed setup wizard.
- Renamed
ARRigtoARSessionOrigin. ARSessionOriginno longer requires itsCamerato be a child of itself.
[1.0.0-preview.9] - 2018-06-06
- Rename
ARBackgroundRenderertoARCameraBackground - Unify
ARSessionState&ARSystemStateenums
[1.0.0-preview.10] - 2018-06-06
- Update documentation: ARSession image and written description.
[1.0.0-preview.11] - 2018-06-08
- Improve lifecycle reporting: remove public members
ARSubsystemManager.availabilityandARSubsystemManager.trackingState. Combine withARSubsystemManager.systemStateand the public eventARSubsystemManager.systemStateChanged. - Docs improvements
- Move
ParticleSystemto the top of theARDebugPointCloudVisualizer
[1.0.0-preview.12] - 2018-06-14
- Add color correction value to
LightEstimationData.
[1.0.0-preview.13] - 2018-07-03
- Fixed a bug where point clouds did not stop rendering when disabled.
- Added a getter on the
ARPointCloudManagerfor the instantiatedARPointCloud. - Added UVs to the
Meshgenerated by theARPlaneMeshVisualizer. - Refactored out plane mesh generation functionality into a new static class
ARPlaneMeshGenerators. - Added a
meshUpdatedevent to theARPlaneMeshVisualizer, which lets you customize the generatedMesh. - Added AR Icons.