io.extendreality.tilia.camerarigs.xrpluginframework.unity
Advanced tools
Comparing version 2.0.7 to 2.1.0
# Changelog | ||
## [2.1.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/compare/v2.0.7...v2.1.0) (2023-03-11) | ||
#### Features | ||
* **DeviceDetails:** add defaults for passthrough camera details ([3c16e7f](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/commit/3c16e7f209745c208ad4fab6a8edba6a3a8b09a3)) | ||
> 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.XRPluginFramework.Unity/compare/v2.0.6...v2.0.7) (2023-02-22) | ||
@@ -4,0 +11,0 @@ |
@@ -11,2 +11,3 @@ # Class XRFrameworkNodeRecord | ||
* [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 |
@@ -8,3 +8,3 @@ { | ||
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.XRPluginFramework.Unity/blob/master/LICENSE.md", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"unity": "2019.3", | ||
@@ -35,3 +35,3 @@ "unityRelease": "0f1", | ||
"dependencies": { | ||
"io.extendreality.zinnia.unity": "2.6.0", | ||
"io.extendreality.zinnia.unity": "2.7.0", | ||
"com.unity.xr.management": "4.0.1" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
159034
+ Addedio.extendreality.zinnia.unity@2.7.0(transitive)
- Removedio.extendreality.zinnia.unity@2.6.0(transitive)