Search Issue Tracker
Third Party Issue
Votes
0
Found in [Package]
2.2.5
Issue ID
XRVOSB-94
Regression
No
GameObjects begin to stutter when manipulated after reopening the Player after it was sent to the background multiple times on VisionOS
How to reproduce:
1. Open the attached “IN-109452.zip” project
2. Build and Run on VisionOS
3. Pinch and Hold the Blue Cube GameObject and move it around
4. Minimize the app by going back to the Home Screen
5. Repeat Steps 3 and 4 a few times and observe the Cube each time
Expected result: Consistent performance and smooth movement of the held GameObject
Actual result: GameObject starts stuttering when moved and worsens after each time the app is minimized and maximized again.
Reproducible with: 2.2.4, 2.2.5 (6000.0.54f1), 2.3.1 (6000.0.54f1, 6000.1.14f1, 6000.2.0b12, 6000.3.0a3)
Reproducible on:
Apple Vision Pro on VisionOS 2.5
Testing environment: macOS 15.5 (M3 Pro)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
This appears to be a native visionOS bug.
Have a native metal visionOS app and register a onSpatialEvent. If you monitor the rate at which data flows into that closure while dragging, it will fall off every time you background and foreground the app using the digital crown. It starts a 90 events/sec, then as you cycle it goes to 45 events/sec, then 30 events/sec, then ~22 events/sec. (Looks a lot like 90/n where n is the number of times you background/foreground).
I've filed an Apple Feedback report for official tracking: FB19358603