Skip to content

Commit 60b6585

Browse files
committed
updated readme
1 parent 6ab0d52 commit 60b6585

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ScreenCaptureBehaviour
44
## Unity C# Script for creating a bunch of screenshots
55

66
### To use:
7-
In Unity, attach the script to a game object. I have mine on my game controller object, but any persistent object is fine.
7+
1) In Unity, attach the script to a game object. (I have mine on my game controller object, but any persistent object is fine.)
88

9-
When you want to start recording, check the Is Recording box.
9+
2) When you want to start recording, check the Is Recording box.
1010

1111
### Options:
12-
Use New Folder - When this is checked you use a new folder each time you turn on and off the script. Uncheck with *extreme* caution since it will overwrite existing screen-shots. I've left it in because sometimes I don't want a billion false start folders, but use with care.
12+
**Use New Folder** - When this is checked you use a new folder each time you turn on and off the script. Uncheck with *extreme* caution since it will overwrite existing screen-shots. (I've left it in because sometimes I don't want a billion false start folders, but use with care.)
1313

14-
Directory - Relative to the root of your project, it's where your screenshots will be saved.
14+
**Directory** - Relative to the root of your project, it's where your screenshots will be saved.
1515

16-
Frame Rate - The rate of video capture it sets the playback frame-rate so real time doesn't influence time anymore. http://docs.unity3d.com/ScriptReference/Time-captureFramerate.html
16+
**Frame Rate** - The rate of video capture. It fixes the playback frame-rate so real time and rendering time don't influence Time anymore. http://docs.unity3d.com/ScriptReference/Time-captureFramerate.html
1717

18-
Scale - The scale of your images relative to your screen size. I recommend leaving this at one.
18+
**Scale** - The scale of your images relative to your screen size. I recommend leaving this at one.

0 commit comments

Comments
 (0)