Post

Replies

Boosts

Views

Activity

Spaceship sample code does not compile
I'm getting the following error message when compiling the Apple provided sample, Spaceship game for the Apple Visio Pro. I've already tried deleting the derived data resetting the package cache and restarting Xcode but still getting the following error: [xrsimulator] Exception thrown during compile: Cannot get rkassets content for path /Users/myoungkang/Downloads/CreatingASpaceshipGame/Packages/Studio/Sources/Studio/Studio.rkassets because 'The file “Studio.rkassets” couldn’t be opened because you don’t have permission to view it.' error: Tool exited with code 1
0
1
44
Apr ’25
Animations exported from Blender does not shoe in Reality Composer Pro
I made an animation in Blender using geometry nodes that I exported to USDC file (then I used Reality Converter to convert to USDZ) and I can see the animation when viewing from the finder but does not play after importing to RCP. Any idea how I can play the animation? Or can the animation be accessed through Xcode? Thanks!
4
0
1k
Jun ’24
GeoAnchor saving multiple anchors after removeall anchors method
I'm using GeoTrackingExample project from Apple and there is a bug in the logic where after you reset the AR Session, it still retains the anchor information in the URL. So the steps are as follows: start app tap in the arview and place an object select Reset AR Session from the menu tap in the arview to place an object select save anchor from the menu save file to device Reset AR Session Load the saved file When the file loads, it will load both the initial object placed in the AR view in step 2 then removed in step 3 but when saving the added object that was placed in step 4 and reloaded, it loads both of the anchors. It should only have saved the object added in step 4, not both objects from step 2 and 4. When stepping though the code to debug, it appears that the the anchors are removed from the ARview but somehow the URL will contain the path for both the objects. What else do I need to do to clear so that objects from previous sessions are not added to the URL in the session? Is the URL modified when the object is added to an ARView? Please help! Thanks
2
0
1k
Jul ’21