Post

Replies

Boosts

Views

Activity

Reply to Reality Composer (RC) Entity visible bug?
just upgraded my ipadOS app to iOS15 and the AR part of the app is now completely broken. literally no AR functionality works. other than that, an awesome upgrade;) I verified I'm not crazy by installing the same app to iPad8 running iOS14.8 and my AR functionality works fine. broken environment: xcode13, ios15 (prod release), ipadPro working environment: xcode13, ios14.8, iPad8 I think this is worth a zoom meeting to demo my findings with the apple dev team.
Sep ’21
Reply to Reality Composer (RC) Entity visible bug?
The anchorEntity is properly composed based in an ImageDetect (ARImageAnchor) in the func session() code. This code has been in use for 8months, working correctly. Scale is not a problem, I validate that by not doing SceneStart hidden for the Object, and just show/hide the object (isEnabled true/false). Which works fine. You can quickly reproduce this in the HelloAR app by creating a single behavior for the Box object with SceneStart hidden. Then in the boilerplate code add Box.isEnabled = true. And then you reproduce the problem. Take the same object remove hide from SceneStart and put in a Notification behavior, fire the notification in code to hide, put a wait in your code for the visual change to be obvious, then run the Box.isEnabled = true and it works correctly.
Sep ’21