Question by
jason_sone · Jun 20, 2019 at 04:33 PM ·
camerauiprefabcanvasaugmented reality
Assign main camera to a prefab with a canvas
I have a prefab with a canvas that I need to be in world space (for AR purposes). The main camera needs to stay in the scene and not go in the prefab (again, for AR purposes). So, how can I assign the main camera to the canvas in the prefab once it has been instantiated in the scene? Or, how can I overlay a UI in AR to the image target? Thanks!
Comment