io.extendreality.tilia.camerarigs.unityxr
Advanced tools
Comparing version 2.0.7 to 2.1.0
# Changelog | ||
## [2.1.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v2.0.7...v2.1.0) (2023-03-11) | ||
#### Features | ||
* **DeviceDetails:** add defaults for passthrough camera details ([b075822](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/b0758221965ceeb3956210b99c4a3e8d39e3a752)) | ||
> The DeviceDetailsRecord now supports passthrough camera options and therefore anything that derrives from that needs to implement the base interfaces even if they don't support camera passthrough yet. | ||
### [2.0.7](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/compare/v2.0.6...v2.0.7) (2023-02-22) | ||
@@ -4,0 +11,0 @@ |
@@ -11,2 +11,3 @@ # Class UnityXRNodeRecord | ||
* [Properties] | ||
* [HasPassThroughCamera] | ||
* [NodeType] | ||
@@ -37,2 +38,10 @@ * [Priority] | ||
#### HasPassThroughCamera | ||
##### Declaration | ||
``` | ||
public override bool HasPassThroughCamera { get; protected set; } | ||
``` | ||
#### NodeType | ||
@@ -88,2 +97,3 @@ | ||
[Properties]: #Properties | ||
[HasPassThroughCamera]: #HasPassThroughCamera | ||
[NodeType]: #NodeType | ||
@@ -90,0 +100,0 @@ [Priority]: #Priority |
{ | ||
"name": "io.extendreality.tilia.camerarigs.unityxr", | ||
"displayName": "Tilia CameraRigs UnityXR", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"description": "A camera rig prefab utilizing the legacy XR management system for the Unity software.", | ||
@@ -34,3 +34,3 @@ "changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/blob/master/CHANGELOG.md", | ||
"dependencies": { | ||
"io.extendreality.zinnia.unity": "2.6.0" | ||
"io.extendreality.zinnia.unity": "2.7.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185352
+ Addedio.extendreality.zinnia.unity@2.7.0(transitive)
- Removedio.extendreality.zinnia.unity@2.6.0(transitive)