Hi!
I started from the xcode project generated by Unity.
I change some lines to start Unity when I click a button (so I can customize the my app before lunching unity and A.R.).
Now I would like to close Unity and get the full control in xcode (as it is before I clicked the button).
But I'm not able... do you have some hints or suggestions? thanks
- Sort Posts
- 1 replies
- Last post
close device camera
January 20, 2012 - 8:10am #1
This isn't something we've tried. Are you able to get it working in a project without QCAR?
With QCAR, make sure that you disable the TrackerBehaviour (QCARBehaviour in 1.5) before closing Unity. I'm not sure that this will happen automatically with your approach.
- Kim