All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Documentation · Quick Start · QQ Group: 467608841 / 233840761
Alipay Mini Game platform adapter for the Game Frame X Advertisement system. This package provides rewarded video ad integration for games published on the Alipay Mini Game platform.
- Rewarded video ad support via Alipay SDK
- Automatic ad loading with show-failure retry
- IL2CPP code stripping protection
- Conditional compilation (
ENABLE_ALIPAY_MINI_GAME,ENABLE_ALIPAY_MINI_GAME_ADVERTISEMENT) - Seamless integration with the Game Frame X Advertisement component
This package is an adapter implementation of BaseAdvertisementManager from the Game Frame X Advertisement core. It is discovered and loaded automatically by AdvertisementComponent via Unity Inspector configuration.
| Class | Description |
|---|---|
AliPayMiniGameAdvertisementManager |
Rewarded video ad manager — load, show, and lifecycle |
AliPayVideoAdCallback |
Callback handler for ad load/show events |
GameFrameXAdvertisementAliPayMiniGameCroppingHelper |
IL2CPP link.xml alternative — preserves type references |
Choose one of the following methods:
-
Edit your Unity project's
Packages/manifest.jsonand add thescopedRegistriessection:{ "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity.advertisement.alipayminigame": "1.0.0" } }scopescontrols which packages are resolved through this registry. Only packages whose names start withcom.gameframexwill be fetched from it. -
Add to
manifest.jsondependencies:{ "com.gameframex.unity.advertisement.alipayminigame": "https://github.com/gameframex/com.gameframex.unity.advertisement.alipayminigame.git" } -
Use Package Manager in Unity with Git URL:
https://github.com/gameframex/com.gameframex.unity.advertisement.alipayminigame.git -
Clone the repository into your Unity project's
Packagesdirectory. It will be loaded automatically.
| Platform | Supported |
|---|---|
| Alipay Mini Game (WebGL) | Yes |
| Android | No |
| iOS | No |
| Standalone | No |
Requires
UNITY_WEBGLandENABLE_ALIPAY_MINI_GAMEscripting define symbols.
- QQ Group: Join
- GitHub Issues: Report a bug
- Initial release
- Rewarded video ad support for Alipay Mini Game platform
- IL2CPP cropping protection
| Package | Description |
|---|---|
| (无) | - |
See LICENSE.md for license information.