Post

Replies

Boosts

Views

Activity

Reply to Do MKMapView overlays work on tvOS 14?
This has been addressed in a recent update and works correctly now.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Xcode 13 beta 4 - RealityKit issue
I'm seeing the same error, though I'm not using a template for my RealityKit app.
Replies
Boosts
Views
Activity
Jul ’21
Reply to error ‘Texture Descriptor Validation
Thank you.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to invalid mode 'kCFRunLoopCommonModes'
It's January 2, 2022 and this still occurs.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Subclassed ARView crashes in init()
Hi, I can't reproduce it myself, I'm just seeing the crashes in Firebase. Is there a workaround that I might employ? This will cause me to pull back a feature from production. Is there any documentation of the bug? Thanks!
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Can ARView switch between camera and non-camera mode?
This can be achieved by setting the background in the environment: // disable camera arView.environment.background = .color(.white) // enable camera arView.environment.background = .cameraFeed()
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Can ARView switch between camera and non-camera mode?
Although I marked this as the correct answer it is in fact incomplete. This changes the background but the camera is in fact still active, while you move the camera, the relative orientation of the device changes.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Can ARView switch between camera and non-camera mode?
The complete answer is that ARView has a cameraMode property which is equivalent to the argument in the initializer. arView.cameraMode = .nonAr // for example How I missed this is beyond me :-)
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Move entity to center of nonAR view
Thanks for the explanation, gchiste. Would it be possible to provide some example code to determine the target transform? While I understand your answer, I'm flailing a little trying to make it work. Thanks again, Spiff
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Move entity to center of nonAR view
Thank you. It doesn't center the object but with your help I'm closer to that goal. Thanks again!
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Move entity to center of nonAR view
dup response due to forum web site weirdness -
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Get coordinates of pivot point in ModelEntity
That's great, arthurfromberlin. Thank you!
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Entity dimensions in RealityKit
Deleting this question due to a mistake I was making.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Entity dimensions in RealityKit
There is no issue with visualBounds. My entity had an unexpected child that was throwing off the dimension caculation.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to WeatherKit iOS SDK 401 network error
When configuring the app id on the developer site there are two tabs: "Capabilities" and "App Services". Ensure that WeatherKit is enabled in both of these.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22