更新sdk

This commit is contained in:
xiaohui.wang 2022-02-28 13:36:05 +08:00
parent f1aa6b0310
commit 61b3df162d
4 changed files with 11 additions and 9 deletions

View File

@ -5,11 +5,14 @@ PluginImporter:
serializedVersion: 2 serializedVersion: 2
iconMap: {} iconMap: {}
executionOrder: {} executionOrder: {}
defineConstraints: []
isPreloaded: 0 isPreloaded: 0
isOverridable: 0 isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData: platformData:
- first: - first:
'': Any : Any
second: second:
enabled: 0 enabled: 0
settings: settings:
@ -28,7 +31,7 @@ PluginImporter:
Exclude iOS: 1 Exclude iOS: 1
Exclude tvOS: 1 Exclude tvOS: 1
- first: - first:
'': Editor : Editor
second: second:
enabled: 0 enabled: 0
settings: settings:
@ -76,7 +79,7 @@ PluginImporter:
second: second:
enabled: 0 enabled: 0
settings: settings:
CPU: x86_64 CPU: AnyCPU
- first: - first:
Standalone: LinuxUniversal Standalone: LinuxUniversal
second: second:

View File

@ -12,25 +12,25 @@ PluginImporter:
validateReferences: 1 validateReferences: 1
platformData: platformData:
- first: - first:
'': Linux : Linux
second: second:
enabled: 0 enabled: 0
settings: settings:
CPU: x86 CPU: x86
- first: - first:
'': OSXIntel : OSXIntel
second: second:
enabled: 0 enabled: 0
settings: settings:
CPU: AnyCPU CPU: AnyCPU
- first: - first:
'': OSXIntel64 : OSXIntel64
second: second:
enabled: 0 enabled: 0
settings: settings:
CPU: AnyCPU CPU: AnyCPU
- first: - first:
'': SamsungTV : SamsungTV
second: second:
enabled: 0 enabled: 0
settings: settings:

View File

@ -101,7 +101,7 @@ public class ShopLevelUp : MonoBehaviour
// 進捗計測 // 進捗計測
var progress = "level_" + String.Format("{0:00}", shopLevel); var progress = "level_" + String.Format("{0:00}", shopLevel);
TimeSpan interval = DateTime.UtcNow - DateTime.FromBinary(GameDataManager.GameData.beginPlayTime); TimeSpan interval = DateTime.UtcNow - DateTime.FromBinary(GameDataManager.GameData.beginPlayTime);
GameAnalytics.NewProgressionEvent(GAProgressionStatus.Complete, progress, interval.TotalMinutes); // GameAnalytics.NewProgressionEvent(GAProgressionStatus.Complete, progress, interval.TotalMinutes);
#endif #endif
} }

View File

@ -34,7 +34,6 @@ GraphicsSettings:
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16003, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: [] m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0} type: 0}