Implement TapADN commercialization module

This commit is contained in:
2026-06-04 17:16:17 +08:00
commit a671b0d272
91 changed files with 9427 additions and 0 deletions

33
package.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "com.commercialization.tapadn",
"displayName": "Commercialization.tapadn",
"description": "TapADN / Dirichlet mediation implementation for CC-Framework.Commercialization.",
"version": "1.0.0",
"unity": "2021.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn"
},
"author": {
"name": "foldcc",
"email": "lhyuau@qq.com",
"url": "https://gitee.com/foldcc"
},
"dependencies": {
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.14"
},
"samples": [
{
"displayName": "IAA Ad Debug Sample",
"description": "Optional debug scene/config helper for validating TapADN rewarded, interstitial, and splash flows.",
"path": "Samples~/IAAAdDebugSample"
}
],
"keywords": [
"Framework",
"Commercialization",
"TapADN",
"Dirichlet"
]
}