Post

Replies

Boosts

Views

Activity

Reply to Creating tabletop games - Build Failure
Workaround: I tried adding the platforms: [.visionOS(.v2)] and updating the PackageDescription to swift-tools-version:6.0 but no luck. I was able to get visionOS 2.0 features working by adding it programmatically under the RealityView's update: {}. For example, to add the BillboardComponent, just add it directly in the code and not in Reality Composer Pro scene/project. entity.components.set(BillboardComponent()) Good luck!
Topic: Spatial Computing SubTopic: General Tags:
Feb ’25
Reply to Build Vision Pro failed
Workaround: I tried adding the platforms: [.visionOS(.v2)] and updating the PackageDescription to swift-tools-version:6.0 but no luck. I was able to get visionOS 2.0 features working by adding it programmatically under the RealityView's update: {}. For example, to add the BillboardComponent, just add it directly in the code and not in Reality Composer Pro scene/project. entity.components.set(BillboardComponent()) I suspect the same will work for EnvironmentLightingConfiguration. Good luck!
Feb ’25
Reply to Creating tabletop games - Build Failure
Workaround: I tried adding the platforms: [.visionOS(.v2)] and updating the PackageDescription to swift-tools-version:6.0 but no luck. I was able to get visionOS 2.0 features working by adding it programmatically under the RealityView's update: {}. For example, to add the BillboardComponent, just add it directly in the code and not in Reality Composer Pro scene/project. entity.components.set(BillboardComponent()) Good luck!
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Build Vision Pro failed
Workaround: I tried adding the platforms: [.visionOS(.v2)] and updating the PackageDescription to swift-tools-version:6.0 but no luck. I was able to get visionOS 2.0 features working by adding it programmatically under the RealityView's update: {}. For example, to add the BillboardComponent, just add it directly in the code and not in Reality Composer Pro scene/project. entity.components.set(BillboardComponent()) I suspect the same will work for EnvironmentLightingConfiguration. Good luck!
Replies
Boosts
Views
Activity
Feb ’25
Reply to How can I change the visibility of ornament with animation?
Worked perfectly, thank you @Vision Pro Engineer !
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to How to resize VisionOS window proportionally?
Worked perfectly @avhwl, thanks so much!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24