You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,27 @@
1
1
UnityCam
2
2
========
3
3
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.
0 commit comments