This commit is contained in:
2024-09-28 20:01:50 +08:00
parent d0b0c77247
commit 8c66da0599
4 changed files with 29 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ namespace Topon_Adapter.Editor
// var fromScriptableObject = MonoScript.FromScriptableObject(this);
var xmlPath = GetScriptsPath("AD_BuildAndroidProcess");
saveFile($"{xmlPath}/alex_tt_file_path.xml", resXmlPath);
saveFile($"{xmlPath}/anythink_bk_tt_file_path.xml", resXmlPath);
// Get the `manifest` element.
var elementManifest = manifest.Element ("manifest");

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path
name="tt_internal_cache_download"
path="Download" />
<external-files-path
name="tt_external_files_download"
path="Download" />
<external-path
name="tt_external_root"
path="." />
<external-path
name="tt_external_download"
path="Download" />
<files-path
name="tt_internal_file_download"
path="Download" />
</paths>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: bc0d1cb4e50da6c40a30baa2e897b8f3
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -2,7 +2,7 @@
"name": "com.commercialization.topon",
"displayName": "Commercialization.topon",
"description": "基于topon的广告sdk封装依赖基础商业化模块",
"version": "1.2.8",
"version": "1.2.9",
"unity": "2021.1",
"license": "MIT",
"repository": {