Every mobile release requires the same checklist: store screenshots in five different resolutions, app icons in two sizes, a privacy policy, terms of service, a polished UI kit. SHIPP puts all of that inside Unity so you never leave the editor to get them done.
#### SHIPP Launcher
A central `EditorWindow` with three tabs:
- Welcome — quick-stat dashboard, links to tools and guides
- Tools — responsive card grid that auto-discovers every registered tool
- Guide — step-by-step interactive tutorial system
#### Screenshot Tool
Capture game screenshots at every required store resolution without leaving Play mode.
- Google Play presets: Phone 1080×1920, Phone 1284×2778, Tablet 7"/10", Chromebook, TV
- App Store presets: iPhone 6.7"/6.5"/5.5", iPad Pro 12.9"/11", Apple Watch
- Session-based folder output — all captures organised by date/time automatically
- Per-preset individual capture or batch-capture all enabled presets in one click
- Live preview of the last captured image inside the tool
#### Icon Creator
Generate production-ready app icons without Photoshop.
- Export 512×512 (Google Play) and 1024×1024 (App Store) in a single click
- Background modes: solid colour or gradient (Vertical / Horizontal / Diagonal / Radial, two-colour lerp)
- Background image slot with alpha blending
- Foreground logo slot with scale (10–100%) and XY offset controls
- Live 256×256 preview with optional iOS-style rounded corner mask (no effect on exported file)
- Output path and base name configurable; folder auto-created if missing
#### Policy Generator
Generate a hosted Privacy Policy and Terms of Service page for your app via the CLOUPT API.
- Fills out `companyName`, `appName`, `contactEmail` once — saved automatically
- Multi-select App Type toggles: Game, App, Kids (COPPA+GDPR-K), Multiplayer, Simulation, Gambling
- Multi-select Services toggles: Firebase, Steam, Google Play Games, Apple Game Center, Ads, IAP
- Region compliance: GDPR, CCPA, or both
- Results (Policy ID, Privacy Policy URL, Terms of Service URL) persist across sessions — reopen the tool and your links are still there
- One-click Copy and Open in Browser buttons per URL
- API key stored in `EditorPrefs` — never committed to source control
#### Bundled Packages
Two ready-to-import `.unitypackage` files included:
- Commersion Screen Kit — commercial-grade store page assets
- Customizable UI Controller Tool — input, navigation, and interaction patterns