Skip to content

Commit e314245

Browse files
authored
Update README.md
1 parent 6e82702 commit e314245

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
UnityCam
22
========
33

4+
This plugin provides a way for unity3D applications and games to output the viewport to an external application and use the viewport as a webcamera for such applications.
5+
6+
For example: Recording viewport in a webcamera capture software (Sharpcap), or using it in browser applications (tested in Chrome).
7+
8+
Tested Platforms:
9+
-----------------
10+
- Tested on Windows 64 bits
11+
- Tested using Unity 32,64 bits
12+
13+
Usage
14+
=====
15+
16+
1) Before using, access folder "RunMe First", and run "Register.bat" to register UnityCam plugin in Windows
17+
2) Inside unity, attach to the main camera the following component:
18+
UnityCam\Scripts\UnityCam.cs
19+
20+
3) Hit Play, now unity will stream whatever being rendered as a webcamera. You can use it in browser or any video capture program via the new camera UnityCam
21+
22+
Check the included sample scene for a fully working example.
23+
24+
425
License
526
-------
627

0 commit comments

Comments
 (0)