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
ARExtension
1.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
, andARPointCloudParticleVisualizer
as these were deemed sample content. - Removed setup wizard.
- Renamed
ARRig
toARSessionOrigin
. ARSessionOrigin
no longer requires itsCamera
to be a child of itself.
[1.0.0-preview.9] - 2018-06-06
- Rename
ARBackgroundRenderer
toARCameraBackground
- Unify
ARSessionState
&ARSystemState
enums
[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.availability
andARSubsystemManager.trackingState
. Combine withARSubsystemManager.systemState
and the public eventARSubsystemManager.systemStateChanged
. - Docs improvements
- Move
ParticleSystem
to 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
ARPointCloudManager
for the instantiatedARPointCloud
. - Added UVs to the
Mesh
generated by theARPlaneMeshVisualizer
. - Refactored out plane mesh generation functionality into a new static class
ARPlaneMeshGenerators
. - Added a
meshUpdated
event to theARPlaneMeshVisualizer
, which lets you customize the generatedMesh
. - Added AR Icons.