-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.