My app auto-generates USDZ files, and I want to make them interactive by adding some interactive dots into the file and let user click them. One possible way is to embed clickable dots into the USDZ file and convert it to .reality file. But how can I do this with code?
Below is an example that I want to achieve.
Post
Replies
Boosts
Views
Activity
I'm getting this error when trying to export the CapturedRoom in RoomPlan API:
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
error: memory read failed for 0x0
This error happens even whenI use the example app given by Apple. So I don't think it's due to any error in my code.