Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.2.3
Issue ID
AVPB-696
Regression
No
Matrix Construction node is transposed on visionOS pro device
Reproduction steps:
1. Open the attached “Repro“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Observe the Cube’s position and exit the Play Mode
5. Build the project on “visionOS” platform (File > Build Settings > visionOS > Build)
6. Run the build on an Apple Vision Pro device or visionOS simulator
7. Observe the Cube’s position
Expected result: The Cube is in the same position as in the Editor
Actual result: The Cube is lower than it should be
Reproducible with: 1.1.6, 1.2.3 (2022.3.37f1)
Couldn’t test with: 2.0.0-pre.3 (6000.0.10f1) - Unable to build in XCode
Reproducible on: MR on visionOS 1.1 Simulator
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note:
Fixed by another internal issue: AVPB-688: Shader graph matrix multiply broken when A is vector and B is matrix.