diff --git a/Assets/GameScripts/ThirdParty/TrueSync/TSRandom.cs b/Assets/GameScripts/ThirdParty/TrueSync/TSRandom.cs
index cb3bb0a9..aa94aaf5 100644
--- a/Assets/GameScripts/ThirdParty/TrueSync/TSRandom.cs
+++ b/Assets/GameScripts/ThirdParty/TrueSync/TSRandom.cs
@@ -1,5 +1,8 @@
using System;
+
+#if TENGINE_NET
using MongoDB.Bson.Serialization.Attributes;
+#endif
namespace TrueSync {
@@ -17,11 +20,17 @@ namespace TrueSync {
private const uint UPPER_MASK = 0x80000000U;
private const uint LOWER_MASK = 0x7fffffffU;
private const int MAX_RAND_INT = 0x7fffffff;
+#if TENGINE_NET
[BsonElement]
+#endif
private uint[] mag01 = { 0x0U, MATRIX_A };
+#if TENGINE_NET
[BsonElement]
+#endif
private uint[] mt = new uint[N];
+#if TENGINE_NET
[BsonElement]
+#endif
private int mti = N + 1;
private TSRandom() {
diff --git a/Assets/TEngine/Plugins/CommandLine.dll b/Assets/TEngine/Plugins/CommandLine.dll
deleted file mode 100644
index af18229e..00000000
Binary files a/Assets/TEngine/Plugins/CommandLine.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/CommandLine.dll.meta b/Assets/TEngine/Plugins/CommandLine.dll.meta
deleted file mode 100644
index c2d72b6d..00000000
--- a/Assets/TEngine/Plugins/CommandLine.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 0aa4c688b8e1a42e7a39d70ab27f8f27
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 0
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 0
- - first:
- Android: Android
- second:
- enabled: 1
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 1
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 1
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB.meta b/Assets/TEngine/Plugins/MongoDB.meta
deleted file mode 100644
index abefad26..00000000
--- a/Assets/TEngine/Plugins/MongoDB.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: d7e6591a3956b6742880c17ccb9ee588
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/DnsClient.dll b/Assets/TEngine/Plugins/MongoDB/DnsClient.dll
deleted file mode 100644
index ff475459..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/DnsClient.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/DnsClient.dll.meta b/Assets/TEngine/Plugins/MongoDB/DnsClient.dll.meta
deleted file mode 100644
index 075ba039..00000000
--- a/Assets/TEngine/Plugins/MongoDB/DnsClient.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 7c82d1c077b03d44b99f3546679b6f1f
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Bson.dll b/Assets/TEngine/Plugins/MongoDB/MongoDB.Bson.dll
deleted file mode 100644
index 3e0f5f3e..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/MongoDB.Bson.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Bson.dll.meta b/Assets/TEngine/Plugins/MongoDB/MongoDB.Bson.dll.meta
deleted file mode 100644
index 9acd92f4..00000000
--- a/Assets/TEngine/Plugins/MongoDB/MongoDB.Bson.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: b965a01b99f37d24fae3e2a2fea02b3f
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 0
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 0
- - first:
- Android: Android
- second:
- enabled: 1
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 1
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 1
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.Core.dll b/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.Core.dll
deleted file mode 100644
index b8e572ec..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.Core.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.Core.dll.meta b/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.Core.dll.meta
deleted file mode 100644
index c9d237ea..00000000
--- a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.Core.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: c642f2b6e634e3746bfd2ccd5c977539
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.dll b/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.dll
deleted file mode 100644
index 0d2a7975..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.dll.meta b/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.dll.meta
deleted file mode 100644
index 08924703..00000000
--- a/Assets/TEngine/Plugins/MongoDB/MongoDB.Driver.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 6ffa8656b00b1bd4089eea870eccb15d
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Libmongocrypt.dll b/Assets/TEngine/Plugins/MongoDB/MongoDB.Libmongocrypt.dll
deleted file mode 100644
index 444ab655..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/MongoDB.Libmongocrypt.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/MongoDB.Libmongocrypt.dll.meta b/Assets/TEngine/Plugins/MongoDB/MongoDB.Libmongocrypt.dll.meta
deleted file mode 100644
index 9310af86..00000000
--- a/Assets/TEngine/Plugins/MongoDB/MongoDB.Libmongocrypt.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 1ef5b66e43ccbd348a77b0ab82f88dbb
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/SharpCompress.dll b/Assets/TEngine/Plugins/MongoDB/SharpCompress.dll
deleted file mode 100644
index af3f7743..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/SharpCompress.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/SharpCompress.dll.meta b/Assets/TEngine/Plugins/MongoDB/SharpCompress.dll.meta
deleted file mode 100644
index 82774a4f..00000000
--- a/Assets/TEngine/Plugins/MongoDB/SharpCompress.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 83ff7a714531dec43b3e6cd79d76d4b7
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/System.Buffers.dll b/Assets/TEngine/Plugins/MongoDB/System.Buffers.dll
deleted file mode 100644
index 63865069..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/System.Buffers.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/System.Buffers.dll.meta b/Assets/TEngine/Plugins/MongoDB/System.Buffers.dll.meta
deleted file mode 100644
index 7dacc834..00000000
--- a/Assets/TEngine/Plugins/MongoDB/System.Buffers.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 1dc0f29548d1e0440920f730ff416e65
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/System.Runtime.CompilerServices.Unsafe.dll b/Assets/TEngine/Plugins/MongoDB/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 491a80a9..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/System.Runtime.CompilerServices.Unsafe.dll.meta b/Assets/TEngine/Plugins/MongoDB/System.Runtime.CompilerServices.Unsafe.dll.meta
deleted file mode 100644
index b95230a9..00000000
--- a/Assets/TEngine/Plugins/MongoDB/System.Runtime.CompilerServices.Unsafe.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 6ba9302132919f24d882940d30bcc3c7
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 0
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 0
- - first:
- Android: Android
- second:
- enabled: 1
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 1
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 1
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/System.Text.Encoding.CodePages.dll b/Assets/TEngine/Plugins/MongoDB/System.Text.Encoding.CodePages.dll
deleted file mode 100644
index bd7f6883..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/System.Text.Encoding.CodePages.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/System.Text.Encoding.CodePages.dll.meta b/Assets/TEngine/Plugins/MongoDB/System.Text.Encoding.CodePages.dll.meta
deleted file mode 100644
index 381b32bb..00000000
--- a/Assets/TEngine/Plugins/MongoDB/System.Text.Encoding.CodePages.dll.meta
+++ /dev/null
@@ -1,86 +0,0 @@
-fileFormatVersion: 2
-guid: 555304230d8b97f4a89075d405d2532b
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 1
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 1
- - first:
- Android: Android
- second:
- enabled: 0
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 0
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes.meta b/Assets/TEngine/Plugins/MongoDB/runtimes.meta
deleted file mode 100644
index 33523410..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 3638a874ef536fa4494da5c9c2c3256e
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/linux.meta
deleted file mode 100644
index 34d1960d..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/linux.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 5177c1cc9ed8ae04488583b68c891aa3
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native.meta
deleted file mode 100644
index 2b2bd465..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 1c3d04f2e2cf2044fb1cb2f4d75d8c29
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libmongocrypt.so b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libmongocrypt.so
deleted file mode 100644
index ff4cba4f..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libmongocrypt.so and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libmongocrypt.so.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libmongocrypt.so.meta
deleted file mode 100644
index 0068cf95..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libmongocrypt.so.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: e0811e6691bb15548bc7c0ade478d67d
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Linux
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libsnappy64.so b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libsnappy64.so
deleted file mode 100644
index 584bedfc..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libsnappy64.so and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libsnappy64.so.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libsnappy64.so.meta
deleted file mode 100644
index c5254566..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libsnappy64.so.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: c09616e87e658824a860f19c08f55ce8
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Linux
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libzstd.so b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libzstd.so
deleted file mode 100644
index 8309c49b..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libzstd.so and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libzstd.so.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libzstd.so.meta
deleted file mode 100644
index 8985e9f5..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/linux/native/libzstd.so.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: 04809ccdb6ba1674a936d0209c7fec21
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Linux
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/osx.meta
deleted file mode 100644
index ab3067e0..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/osx.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 0b731199ac3348e458e1ff49f04702cd
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native.meta
deleted file mode 100644
index 8b201216..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: edc63a02a9f5538479759737a0011a5b
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libmongocrypt.dylib b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libmongocrypt.dylib
deleted file mode 100644
index 85542173..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libmongocrypt.dylib and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libmongocrypt.dylib.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libmongocrypt.dylib.meta
deleted file mode 100644
index 2e0ee2a8..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libmongocrypt.dylib.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: 1a4ed9e455d57c148ac6d12d8bde24c7
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: OSX
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libsnappy64.dylib b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libsnappy64.dylib
deleted file mode 100644
index bbce3c21..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libsnappy64.dylib and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libsnappy64.dylib.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libsnappy64.dylib.meta
deleted file mode 100644
index 79a4d6b5..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libsnappy64.dylib.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: 9427c1cfedfae5342b72c509b3ed94e7
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: OSX
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libzstd.dylib b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libzstd.dylib
deleted file mode 100644
index 5400d760..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libzstd.dylib and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libzstd.dylib.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libzstd.dylib.meta
deleted file mode 100644
index 184b337a..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/osx/native/libzstd.dylib.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: f34938b51af499c4baa2b0a24222d18e
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: OSX
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/win.meta
deleted file mode 100644
index 3331e23a..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/win.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 975506ec7cc508d4d825ee963a8d1a55
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native.meta
deleted file mode 100644
index 9e2f76da..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: b0a9e61293879c94592a2579e3b908ee
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/libzstd.dll b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/libzstd.dll
deleted file mode 100644
index e669123c..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/libzstd.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/libzstd.dll.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/libzstd.dll.meta
deleted file mode 100644
index 3672158d..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/libzstd.dll.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: 41fd9e5ab85059e4883a402dd9b02f8e
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Windows
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/mongocrypt.dll b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/mongocrypt.dll
deleted file mode 100644
index d0a23a16..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/mongocrypt.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/mongocrypt.dll.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/mongocrypt.dll.meta
deleted file mode 100644
index 6aff08f4..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/mongocrypt.dll.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: 945aef0be26d8d4438b544bf1a0f9581
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Windows
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy32.dll b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy32.dll
deleted file mode 100644
index afc82ca4..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy32.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy32.dll.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy32.dll.meta
deleted file mode 100644
index 5b71d42c..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy32.dll.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: 3b5737d56b1268c48af24c809b612988
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Windows
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy64.dll b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy64.dll
deleted file mode 100644
index 36cd5fe7..00000000
Binary files a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy64.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy64.dll.meta b/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy64.dll.meta
deleted file mode 100644
index 771ae0e9..00000000
--- a/Assets/TEngine/Plugins/MongoDB/runtimes/win/native/snappy64.dll.meta
+++ /dev/null
@@ -1,63 +0,0 @@
-fileFormatVersion: 2
-guid: cc7249482af596044a235c650072ab90
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Editor: 0
- Exclude Linux64: 1
- Exclude OSXUniversal: 1
- Exclude Win: 1
- Exclude Win64: 1
- - first:
- Any:
- second:
- enabled: 0
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: x86_64
- DefaultValueInitialized: true
- OS: Windows
- - first:
- Standalone: Linux64
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 0
- settings:
- CPU: None
- - first:
- Standalone: Win64
- second:
- enabled: 0
- settings:
- CPU: None
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/TEngine/Plugins/NLog.dll b/Assets/TEngine/Plugins/NLog.dll
deleted file mode 100644
index 23bbb056..00000000
Binary files a/Assets/TEngine/Plugins/NLog.dll and /dev/null differ
diff --git a/Assets/TEngine/Plugins/NLog.dll.meta b/Assets/TEngine/Plugins/NLog.dll.meta
deleted file mode 100644
index 99408ce1..00000000
--- a/Assets/TEngine/Plugins/NLog.dll.meta
+++ /dev/null
@@ -1,92 +0,0 @@
-fileFormatVersion: 2
-guid: 632bf422eb7c12c4b91a7923283527ed
-PluginImporter:
- externalObjects: {}
- serializedVersion: 2
- iconMap: {}
- executionOrder: {}
- defineConstraints: []
- isPreloaded: 0
- isOverridable: 0
- isExplicitlyReferenced: 0
- validateReferences: 1
- platformData:
- - first:
- : Any
- second:
- enabled: 0
- settings:
- Exclude Android: 0
- Exclude Editor: 0
- Exclude Linux64: 0
- Exclude OSXUniversal: 0
- Exclude WebGL: 0
- Exclude Win: 0
- Exclude Win64: 0
- Exclude iOS: 0
- - first:
- Android: Android
- second:
- enabled: 1
- settings:
- CPU: ARMv7
- - first:
- Any:
- second:
- enabled: 1
- settings: {}
- - first:
- Editor: Editor
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- DefaultValueInitialized: true
- OS: AnyOS
- - first:
- Standalone: Linux64
- second:
- enabled: 1
- settings:
- CPU: AnyCPU
- - first:
- Standalone: OSXUniversal
- second:
- enabled: 1
- settings:
- CPU: None
- - first:
- Standalone: Win
- second:
- enabled: 1
- settings:
- CPU: x86
- - first:
- Standalone: Win64
- second:
- enabled: 1
- settings:
- CPU: x86_64
- - first:
- WebGL: WebGL
- second:
- enabled: 1
- settings: {}
- - first:
- Windows Store Apps: WindowsStoreApps
- second:
- enabled: 0
- settings:
- CPU: AnyCPU
- - first:
- iPhone: iOS
- second:
- enabled: 1
- settings:
- AddToEmbeddedBinaries: false
- CPU: AnyCPU
- CompileFlags:
- FrameworkDependencies:
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/DotNet/ThirdParty/ThirdParty.csproj b/DotNet/ThirdParty/ThirdParty.csproj
index 2f831d22..ffa770ee 100644
--- a/DotNet/ThirdParty/ThirdParty.csproj
+++ b/DotNet/ThirdParty/ThirdParty.csproj
@@ -14,7 +14,7 @@
- DOTNET;UNITY_DOTSPLAYER
+ DOTNET;UNITY_DOTSPLAYER;TENGINE_NET;
..\Bin\
true
true
@@ -23,7 +23,7 @@
- DOTNET;UNITY_DOTSPLAYER
+ DOTNET;UNITY_DOTSPLAYER;TENGINE_NET;
..\Bin\
true
true