- Home /
Transparent background
Hi, I´m trying to do an AR application so I need to have the view of the iphone´s camera in the background, How can I make this? Is it possible to make the background of a camera transparent? I tried with the camera flags and background, but nothing worked.
Thanks!!!
Answer by DaveA · Nov 11, 2011 at 10:09 PM
Which AR toolkit are you using? You could set up a plane, put the camera's image on it as a texture, and put that behind everything. That's usually done by putting a second Unity-camera looking at said plane, and making that camera depth less than the main camera.
Your answer
Follow this Question
Related Questions
Is it possible to export OpenGL from Unity3D? 1 Answer
How to open the Camera for Unity iPhone? 3 Answers
iAd in Unity 1.7 1 Answer
Does Unity iPhone support calls to the GL Class? 2 Answers
Splatter effect? 1 Answer