Skip to content

Commit

Permalink
Add screenshot taking guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vorg committed Mar 6, 2017
1 parent 6605296 commit 454114d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

## Taking screenshots

This guide explains how to save screenshots from Unity at resolution of 10k+ pixels.

### 1.
Download/Save As file
[TakeScreenshot.cs](https://raw.githubusercontent.com/variablestudio/var-bartlett-point-cloud/master/unity/PointCloudViz/Assets/Scripts/TakeScreenshot.cs) and drag it to the Project Assets / Scripts.

![](doc/screenshot-01.jpg)

### 2.
Open Edit menu -> Project Settings -> Quality

![](doc/screenshot-02.jpg)

### 3.
Disable Anti Aliasing

![](doc/screenshot-03.jpg)

### 4.
Drag TakeScreenshot script onto the Main Camera. Disable FPSCamera if you have one.

![](doc/screenshot-04.jpg)

### 5.
Start game by clicking Play button and now at any time you can press `[Space]` to save screenshot.

![](doc/screenshot-05.jpg)

### 6.
The screenshot should appear in the project folder with with a current time and date.

![](doc/screenshot-06.jpg)
Binary file added doc/screenshot-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot-04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot-05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot-06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 454114d

Please sign in to comment.