diff --git a/Screenshots.md b/Screenshots.md new file mode 100644 index 0000000..b62d2f9 --- /dev/null +++ b/Screenshots.md @@ -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) diff --git a/doc/screenshot-01.jpg b/doc/screenshot-01.jpg new file mode 100644 index 0000000..6b367f3 Binary files /dev/null and b/doc/screenshot-01.jpg differ diff --git a/doc/screenshot-02.jpg b/doc/screenshot-02.jpg new file mode 100644 index 0000000..992bd0e Binary files /dev/null and b/doc/screenshot-02.jpg differ diff --git a/doc/screenshot-03.jpg b/doc/screenshot-03.jpg new file mode 100644 index 0000000..9cb2990 Binary files /dev/null and b/doc/screenshot-03.jpg differ diff --git a/doc/screenshot-04.jpg b/doc/screenshot-04.jpg new file mode 100644 index 0000000..bbeba7c Binary files /dev/null and b/doc/screenshot-04.jpg differ diff --git a/doc/screenshot-05.jpg b/doc/screenshot-05.jpg new file mode 100644 index 0000000..9f245a2 Binary files /dev/null and b/doc/screenshot-05.jpg differ diff --git a/doc/screenshot-06.jpg b/doc/screenshot-06.jpg new file mode 100644 index 0000000..eb1a47d Binary files /dev/null and b/doc/screenshot-06.jpg differ