You've already forked CC-Framework.Commercialization
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e19d1f4339 | |||
| 495ec137b5 | |||
| 4a813fa481 | |||
| e154b3ef17 |
@@ -173,6 +173,7 @@ namespace Runtime.ADAggregator
|
|||||||
private void InitTimeSystem()
|
private void InitTimeSystem()
|
||||||
{
|
{
|
||||||
this._updateList = new List<Action>(DefaultLength);
|
this._updateList = new List<Action>(DefaultLength);
|
||||||
|
this._timeHandlers = new List<AdTimeHandler>();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void _InvokeUpdate(List<Action> list)
|
private void _InvokeUpdate(List<Action> list)
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &11400000
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: 98b31b835f394db4a51957c3f0f3ac32, type: 3}
|
|
||||||
m_Name: Sample-AdConfig
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
ConfigName:
|
|
||||||
Id:
|
|
||||||
Key:
|
|
||||||
Key2:
|
|
||||||
BaseAwardAdKeyValue:
|
|
||||||
key:
|
|
||||||
value:
|
|
||||||
BaseInteractionAdKeyValue:
|
|
||||||
key:
|
|
||||||
value:
|
|
||||||
BaseSplashAdKeyValue:
|
|
||||||
key:
|
|
||||||
value:
|
|
||||||
CommonKeyValues: []
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: d4eed937a29d5f2408fa1bb48c59169a
|
|
||||||
NativeFormatImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
mainObjectFileID: 11400000
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -202,6 +202,7 @@ Transform:
|
|||||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
m_LocalPosition: {x: 0, y: 0, z: -10}
|
m_LocalPosition: {x: 0, y: 0, z: -10}
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_ConstrainProportionsScale: 0
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 0}
|
m_Father: {fileID: 0}
|
||||||
m_RootOrder: 0
|
m_RootOrder: 0
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 131a6b21c8605f84396be9f6751fb6e3
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "com.foldcc.cc-framework.commercialization",
|
"name": "com.foldcc.cc-framework.commercialization",
|
||||||
"displayName": "CC-Framework.commercialization",
|
"displayName": "CC-Framework.commercialization",
|
||||||
"description": "商业化sdk通用组件,包含广告、内购、用户统计、归因统计等",
|
"description": "商业化sdk通用组件,包含广告、内购、用户统计、归因统计等",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"unity": "2021.1",
|
"unity": "2021.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user