- Home /
Camera project to plane
Hello Unity community cobalt here and I was wondering if you could have a camera and a plane, what the camera sees it goes straight to the plane kind of like the webcam on a computer where you can see yourself on the screen but this is in unity3d.
Answer by Bunny83 · Jan 28, 2012 at 07:23 PM
If you have Unity pro, just use a RenderTexture. If you don't, it's getting difficult to impossible. There is a way to use an oblique near clipping plane and some clever shaders to do something like that, but it's not that easy.
Well darn I guess I can try to get unity pro in the future. Till then I will try to use some of the things you said thank you.
Your answer
Follow this Question
Related Questions
How to Project a video from a game object? 2 Answers
Camera with Target Texture. 1 Answer
Render ortho GUI by GameObjects 1 Answer
Shadows and the camera projection matrix 0 Answers
Reproduce WorldToViewportPoint function 2 Answers