From b932bc9f26edaf092b4dccd3e429e2a1a48e6a1e Mon Sep 17 00:00:00 2001 From: Foldcc_b1 Date: Sun, 29 Jan 2023 13:41:28 +0800 Subject: [PATCH] update core --- Assets/Runtime/ADAggregator/ADManager.cs | 1 + Assets/Sample/Sample-AdConfig.asset | 28 ------------------------ Assets/Sample/Sample-AdConfig.asset.meta | 8 ------- Assets/package.json | 2 +- 4 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 Assets/Sample/Sample-AdConfig.asset delete mode 100644 Assets/Sample/Sample-AdConfig.asset.meta diff --git a/Assets/Runtime/ADAggregator/ADManager.cs b/Assets/Runtime/ADAggregator/ADManager.cs index 0dbae38..fc536fb 100644 --- a/Assets/Runtime/ADAggregator/ADManager.cs +++ b/Assets/Runtime/ADAggregator/ADManager.cs @@ -173,6 +173,7 @@ namespace Runtime.ADAggregator private void InitTimeSystem() { this._updateList = new List(DefaultLength); + this._timeHandlers = new List(); } private void _InvokeUpdate(List list) diff --git a/Assets/Sample/Sample-AdConfig.asset b/Assets/Sample/Sample-AdConfig.asset deleted file mode 100644 index 5d26165..0000000 --- a/Assets/Sample/Sample-AdConfig.asset +++ /dev/null @@ -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: [] diff --git a/Assets/Sample/Sample-AdConfig.asset.meta b/Assets/Sample/Sample-AdConfig.asset.meta deleted file mode 100644 index e272445..0000000 --- a/Assets/Sample/Sample-AdConfig.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d4eed937a29d5f2408fa1bb48c59169a -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/package.json b/Assets/package.json index 172e88c..44b4730 100644 --- a/Assets/package.json +++ b/Assets/package.json @@ -2,7 +2,7 @@ "name": "com.foldcc.cc-framework.commercialization", "displayName": "CC-Framework.commercialization", "description": "商业化sdk通用组件,包含广告、内购、用户统计、归因统计等", - "version": "1.0.3", + "version": "1.0.4", "unity": "2021.1", "license": "MIT", "repository": {