it really weird. I can't add device because it is grayed out and can't add more uuid.
I checked Continue button but it says as first pic, I can add more 45 iPhone but + button is still grayed out
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
it is way above of control panel....
the code I show usdz modeling is as below
`RealityView{
content in
let entity = try! await Entity(named: "idle")
entity.setScale([0.15,0.15,0.15], relativeTo: entity)
// Enable interactions on the entity.
entity.components.set(InputTargetComponent())
entity.components.set(CollisionComponent(shapes: [.generateBox(size: [2,2,2])] ) )
content.add(entity )
}`
I'm testing code with destination sample app
but I really don't know how to add button beside of title in playbackcontrols.
I can add button with customoverlay and customInfoViewControllers but it is not like apple tv's seat change button . how can I add button ?
wow, this drive me crazy.
I have plenty of storage left after reboot after remove xcode and re install dont solve this problem.
funny thing is that editing as is code is okay. but just add new line cause infinite loading