An open API service indexing awesome lists of open source software.

https://github.com/aktsk/screenshot-for-app-store

Capture Screenshots for App Store on unity
https://github.com/aktsk/screenshot-for-app-store

unity

Last synced: 7 months ago
JSON representation

Capture Screenshots for App Store on unity

Awesome Lists containing this project

README

          

# Screenshot For App Store

You can easily capture screenshots for App Store.

## Installation

Add `https://github.com/aktsk/screenshot-for-app-store.git` by Package Manager

See also https://github.com/unity-packages/installation

or

1. Download ScreenshotForAppStore.unitypackage from [Releases](https://github.com/aktsk/screenshot-for-app-store/releases)
2. Import to your Unity project using downloaded unitypackage

or

1. `cd` to a directory within your Unity project's `Assets/`
2. `git clone` or `git submodule add`

## Usage

- Click `ScreenshotForAppStore > CaptureScreenshot{number}` in Menu
- screenshots are automatically saved. (`{size}_{number}.png`)
- ex. `5.5_1.png` `6.5_1.png` `12.9_1.png`

## Licenses

UnityExtensions.EditorCoroutine

Copyright (c) 2018 garettbass

Released under [the MIT License (MIT)](https://mit-license.org/)

https://github.com/garettbass/UnityExtensions.EditorCoroutine

---

GameViewSizeHelper

Copyright (c) 2013 kyusyukeigo

Released under [the MIT License (MIT)](https://mit-license.org/)

https://github.com/anchan828/unity-GameViewSizeHelper

---

ScreenshotForAppStore

Copyright (c) 2020 Akatsuki Inc.

Released under [the MIT License (MIT)](https://mit-license.org/)