Post

Replies

Boosts

Views

Activity

Reply to Pinning a pushed window to a wall breaks pushWindow for all other apps on the system
I believe I've discovered a workaround for this pushWindow bug. If I add the .restorationBehavior(.disabled) scene modifier to the WindowGroup corresponding to the pushed window, the bug doesn't happen. If the user pins a pushed window to the wall, the window doesn't disappear, and the app and all other apps that may call pushWindow aren't bricked until the next device reboot.
Topic: Spatial Computing SubTopic: General Tags:
Dec ’25
Reply to RealityView attachment draw order
Hi @Vision Pro Engineer I've created a sample app and attached it to FB22014370. The sample app contains a README file with repro steps and a description of the issue. I initially created a simpler sample app, and in that app, the issue could actually be fixed using breakthroughEffect as you suggested. (Incidentally, breakthroughEffect does not appear to fix the issue in the simulator.) However, in the actual app I'm working on, breakthroughEffect surprisingly did not solve the problem, and the cutout effect was still visible in that app. Through trial and error, I discovered that breakthroughEffect does not appear to help for scenes that use ModelSortGroupComponent and which also contain more than one ModelEntity with ModelSortGroupComponent assigned, and for which view attachments are positioned beyond the center point of the bounding box of model entities with the shared ModelSortGroup, from the perspective of the camera. This scenario is demonstrated in the sample app. In the sample app's README file, I've also included specific questions about the behavior of transparent view attachments when used with scenes that use ModelSortGroupComponent. I tried your OpacityComponent suggestion and the view attachment draw order I observed was the same as when I used the opacity view modifier. I appreciate any assistance you can provide to help address the unwanted cutout effect issue.
Topic: Spatial Computing SubTopic: General Tags:
4w
Reply to RealityView attachment draw order
@Vision Pro Engineer @drewolbrich Thank you for filing this bug report. This is helpful. At this time I don't have a workaround to address the unwanted cutout effect issue. Thank you for responding. Separately from this specific issue, I'd like to understand how RealityKit determines draw order between (not within) model sort groups, and between view attachments and scene geometry. (I'm aware ModelSortGroup's order parameter controls ordering within a group.) I can't find this documented anywhere. How do you recommend I go about getting this question answered? I've already submitted a bug report, a code-level support request, and posted to the developer forums.
Topic: Spatial Computing SubTopic: General Tags:
2w
Reply to Unable to download iOS 26.1 Simulator Runtime - Build 23B80 not available
Thank you to everyone who posted suggestions and workarounds.
Replies
Boosts
Views
Activity
Nov ’25
Reply to In visionOS 26.2 RC, pushWindow + dismissWindow is broken
I believe I've discovered a workaround for this pushWindow bug. If I add the .restorationBehavior(.disabled) scene modifier to the WindowGroup corresponding to the pushed window, the bug doesn't happen. When dismissWindow is called on a pushed window, the parent window reappears in the expected location.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to Pinning a pushed window to a wall breaks pushWindow for all other apps on the system
I believe I've discovered a workaround for this pushWindow bug. If I add the .restorationBehavior(.disabled) scene modifier to the WindowGroup corresponding to the pushed window, the bug doesn't happen. If the user pins a pushed window to the wall, the window doesn't disappear, and the app and all other apps that may call pushWindow aren't bricked until the next device reboot.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to visionOS pushWindow being dismissed on app foreground
I was able to reproduce this issue in visionOS 26.2.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to Xcode 26.3 Claude Agent can't access Desktop folder
I was able to fix the issue this way: sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db \ "DELETE FROM access WHERE client = '/Users/drew/Library/Developer/Xcode/CodingAssistant/Agents/Versions/26.3/claude'" (anyone else trying this will have to change the user name in the string) and then sudo killall tccd and then restarting Xcode.
Replies
Boosts
Views
Activity
Feb ’26
Reply to RealityView attachment draw order
Hi @Vision Pro Engineer I've created a sample app and attached it to FB22014370. The sample app contains a README file with repro steps and a description of the issue. I initially created a simpler sample app, and in that app, the issue could actually be fixed using breakthroughEffect as you suggested. (Incidentally, breakthroughEffect does not appear to fix the issue in the simulator.) However, in the actual app I'm working on, breakthroughEffect surprisingly did not solve the problem, and the cutout effect was still visible in that app. Through trial and error, I discovered that breakthroughEffect does not appear to help for scenes that use ModelSortGroupComponent and which also contain more than one ModelEntity with ModelSortGroupComponent assigned, and for which view attachments are positioned beyond the center point of the bounding box of model entities with the shared ModelSortGroup, from the perspective of the camera. This scenario is demonstrated in the sample app. In the sample app's README file, I've also included specific questions about the behavior of transparent view attachments when used with scenes that use ModelSortGroupComponent. I tried your OpacityComponent suggestion and the view attachment draw order I observed was the same as when I used the opacity view modifier. I appreciate any assistance you can provide to help address the unwanted cutout effect issue.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
4w
Reply to RealityView attachment draw order
@Vision Pro Engineer @drewolbrich Thank you for filing this bug report. This is helpful. At this time I don't have a workaround to address the unwanted cutout effect issue. Thank you for responding. Separately from this specific issue, I'd like to understand how RealityKit determines draw order between (not within) model sort groups, and between view attachments and scene geometry. (I'm aware ModelSortGroup's order parameter controls ordering within a group.) I can't find this documented anywhere. How do you recommend I go about getting this question answered? I've already submitted a bug report, a code-level support request, and posted to the developer forums.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
2w