Unity package for integrating Stash Pay checkout flows and web shop functionality. The package is lightweight and wraps Stash API endpoints without external dependencies.
- Unity 2019.4+ (LTS recommended)
- iOS 12.0+ / Android API 21+
All components are optional. Mix and match based on your needs.
| Component | Product | Description |
|---|---|---|
| Stash.Popup | Stash Pay | In-game popup for Stash Pay checkout on iOS and Android. Includes Sample scene. |
| Stash.Webshop | Stash Webshop | Stash Webshop player account linking. |
| Stash.DemoApp | x | Stash Demo app and playground for testing. (Don't import) |
You can try Stash.DemoApp directly in online hosted emulators:
- iOS: Open in Appetize.io
- Android: Open in Appetize.io
- Download the latest release or repository as a zip file.
- Import the
.unitypackagefile into your Unity project - Select the components you need (Stash.Webshop for Stash Webshop, Stash.Popup for Stash Pay)
- Open Window > Package Manager
- Click + → Add package from git URL
- Enter:
https://github.com/stashgg/stash-unity.git?path=Assets
- Stash Documentation - Full API reference and integration guides.
- Stash.Popup Documentation - Native checkout popup integration
This package follows Semantic Versioning (major.minor.patch):
- Major: Breaking changes
- Minor: New features (backward compatible)
- Patch: Bug fixes
- Documentation: https://docs.stash.gg
- Email: developers@stash.gg
- Issues: GitHub Issues