Skip to content

Commit a43e3bc

Browse files
chore(release): set version to 1.2.1 [skip ci]
### [1.2.1](v1.2.0...v1.2.1) (2025-06-05) #### Bug Fixes * **PassthroughProcessor:** ensure source manager logic is called ([268409e](268409e)) > The SourceManager in the passthrough manager is supposed to allow an extended passthrough processor to halt the AR Foundation processing done by the Passthrough Manager. However, this logic was not being set so it was never being limited. > > This has now been fixed so the passthrough processors do actually now control the state of the SourceManager.
1 parent d1ad990 commit a43e3bc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [1.2.1](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/compare/v1.2.0...v1.2.1) (2025-06-05)
4+
5+
#### Bug Fixes
6+
7+
* **PassthroughProcessor:** ensure source manager logic is called ([268409e](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/commit/268409ebd13ebfb410ac83a6ed2d4d728617e55f))
8+
> The SourceManager in the passthrough manager is supposed to allow an extended passthrough processor to halt the AR Foundation processing done by the Passthrough Manager. However, this logic was not being set so it was never being limited.
9+
>
10+
> This has now been fixed so the passthrough processors do actually now control the state of the SourceManager.
11+
312
## [1.2.0](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/compare/v1.1.0...v1.2.0) (2025-06-05)
413

514
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.OpenXR.Unity/blob/master/LICENSE.md",
8-
"version": "1.2.0",
8+
"version": "1.2.1",
99
"unity": "2022.3",
1010
"unityRelease": "62f1",
1111
"keywords": [

0 commit comments

Comments
 (0)