Posts made in December 23rd, 2011

Unity Video Remake: Webcam Textures

Posted by on Dec 23, 2011 in Featured, Unity | 4 comments

Unity Video Remake: Webcam Textures

A while back I posted something about video capture in Unity with a sad plea for beta access to version 3.5 which is now finally in public beta, so I decided to do a new post. Setting up a Webcam Texture in Unity Now as you may have seen in the Script Reference (the only place to actually find something about a WebcamTexture) there is no Object like a RenderTexture for a WebCamTexture which makes it a tad more harder to work with (read: not as easy to drag and drop in to materials). Quickest way to get this working is to drop the following script on an object. Webcam Script (1453) Checkout...

Read More