You've already forked Commercialization.topon
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 37f58dcd84 | |||
| d646659fcf | |||
| 91ef145ede | |||
| e93e33ca2a | |||
| c11f7e3306 | |||
| 079f155da9 |
3
AnyThinkAds/AnyThinkAds.asmdef
Normal file
3
AnyThinkAds/AnyThinkAds.asmdef
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "AnyThinkAds"
|
||||
}
|
||||
7
AnyThinkAds/AnyThinkAds.asmdef.meta
Normal file
7
AnyThinkAds/AnyThinkAds.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c248eb35f205f4a4ca30558ca783f464
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
16
AnyThinkPlugin/Script/AnyThinkPlugin.asmdef
Normal file
16
AnyThinkPlugin/Script/AnyThinkPlugin.asmdef
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "AnyThinkPlugin",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:c248eb35f205f4a4ca30558ca783f464"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
7
AnyThinkPlugin/Script/AnyThinkPlugin.asmdef.meta
Normal file
7
AnyThinkPlugin/Script/AnyThinkPlugin.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50611132f38c26d49a2328608a8945e1
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Xml;
|
||||
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
@@ -11,10 +11,9 @@ using UnityEngine.Networking;
|
||||
using ATJson;
|
||||
using ATProviderInfo;
|
||||
using ATNet;
|
||||
using UnityEditor.PackageManager.Requests;
|
||||
using UnityEditor.PackageManager;
|
||||
|
||||
using ATConf;
|
||||
|
||||
public class ATDownloadManager : EditorWindow {
|
||||
|
||||
private GUIStyle headerStyle;
|
||||
19
Editor/AnyThinkPlugin.Editor.asmdef
Normal file
19
Editor/AnyThinkPlugin.Editor.asmdef
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "AnyThinkPlugin.Editor",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:c248eb35f205f4a4ca30558ca783f464",
|
||||
"GUID:50611132f38c26d49a2328608a8945e1"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
7
Editor/AnyThinkPlugin.Editor.asmdef.meta
Normal file
7
Editor/AnyThinkPlugin.Editor.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ff19cd1a451e3d44eb0aa28e4406ea6f
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -2,7 +2,8 @@
|
||||
"name": "Commercialization.Topon",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:3198a86b02613024e960e3d04a9638cd"
|
||||
"GUID:3198a86b02613024e960e3d04a9638cd",
|
||||
"GUID:c248eb35f205f4a4ca30558ca783f464"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 131a6b21c8605f84396be9f6751fb6e3
|
||||
guid: ab1ddab19066dd845b9e0eecf5f63d17
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@@ -202,6 +202,7 @@ Transform:
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: -10}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2cda990e2423bbf4892e6590ba056729
|
||||
guid: ab08609c38a8f3b4892f1f4b900a9d61
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "com.commercialization.topon",
|
||||
"displayName": "Commercialization.topon",
|
||||
"description": "基于topon的广告sdk封装,依赖基础商业化模块",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.6",
|
||||
"unity": "2021.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies":
|
||||
{
|
||||
"com.foldcc.cc-framework.commercialization" : "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization.git#1.0.3"
|
||||
"com.foldcc.cc-framework.commercialization" : "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization.git#1.0.4"
|
||||
},
|
||||
"keywords": [
|
||||
"Framework"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6bdc75239432ff3458a7b98e29519e6d
|
||||
guid: a7e7a658c656f2b4ab1bd19f419696d2
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
Reference in New Issue
Block a user