Skip to content

Commit 454114d

Browse files
committed
Add screenshot taking guide
1 parent 6605296 commit 454114d

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

Screenshots.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
## Taking screenshots
3+
4+
This guide explains how to save screenshots from Unity at resolution of 10k+ pixels.
5+
6+
### 1.
7+
Download/Save As file
8+
[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.
9+
10+
![](doc/screenshot-01.jpg)
11+
12+
### 2.
13+
Open Edit menu -> Project Settings -> Quality
14+
15+
![](doc/screenshot-02.jpg)
16+
17+
### 3.
18+
Disable Anti Aliasing
19+
20+
![](doc/screenshot-03.jpg)
21+
22+
### 4.
23+
Drag TakeScreenshot script onto the Main Camera. Disable FPSCamera if you have one.
24+
25+
![](doc/screenshot-04.jpg)
26+
27+
### 5.
28+
Start game by clicking Play button and now at any time you can press `[Space]` to save screenshot.
29+
30+
![](doc/screenshot-05.jpg)
31+
32+
### 6.
33+
The screenshot should appear in the project folder with with a current time and date.
34+
35+
![](doc/screenshot-06.jpg)

doc/screenshot-01.jpg

359 KB
Loading

doc/screenshot-02.jpg

375 KB
Loading

doc/screenshot-03.jpg

375 KB
Loading

doc/screenshot-04.jpg

390 KB
Loading

doc/screenshot-05.jpg

312 KB
Loading

doc/screenshot-06.jpg

92.1 KB
Loading

0 commit comments

Comments
 (0)