So I want the user to be able to open the app and look around using the phones camera and see random Augmented Reality objects.
How would I go about randomly placing them?
Sorry for the noob question. I've seen a lot about creating a reference plane but I want this to be able to be used in many different places, without previous cataloging.
if you want an automatic placement of models in RealityKit but without the help of raycasting and ARWorldMap, you'll at least need to activate plane detection. Paste this code into Swift Playgrounds on iPad to test it.