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
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
Resolution Note:
Fixed by another internal issue: AVPB-688: Shader graph matrix multiply broken when A is vector and B is matrix.