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
- Host: GitHub
- URL: https://github.com/aktsk/screenshot-for-app-store
- Owner: aktsk
- License: mit
- Created: 2020-05-13T22:01:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T04:35:07.000Z (almost 6 years ago)
- Last Synced: 2025-08-30T22:03:48.706Z (7 months ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 13
- Watchers: 18
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)