- Sort Posts
- 9 replies
- Last post
Change JsonServerUrl in Unity sample code
August 2, 2013 - 3:04pm #10
Change JsonServerUrl in Unity sample code
July 28, 2013 - 2:45pm #6
If you're trying to reconstruct the Unity Cloud Reco sample, the 2DOverlayPosition is just a GameObject that you create ( GameObject > Create Empty ) in your scene and give that name, also make it a child of the ARCamera. This object's transform will be used as the anchor position for the overlays.
Observe where the overlay is when you hide the target - it will be rendered orthogonally on the screen at that position.