c# - How can I show camera in scene in Unity 3d? -
for selfie alternative on game, need create photographic camera (not webcam view, photographic camera can create create->camera) , show it's view in texture of block (like in garry's mod, in projectors, can project view.). searched wasn't able find answer. thanks!
just create gameobject , add together photographic camera component; this:
camera cam = new gameobject("selfie cam").addcomponent<camera>();
c# unity3d unityscript boo
No comments:
Post a Comment