diff --git a/Assets/Prefabs/AAA/Panel_MQTTTestResult.prefab b/Assets/Prefabs/AAA/Panel_MQTTTestResult.prefab
index f17a4d3a..58cb1530 100644
--- a/Assets/Prefabs/AAA/Panel_MQTTTestResult.prefab
+++ b/Assets/Prefabs/AAA/Panel_MQTTTestResult.prefab
@@ -162,7 +162,7 @@ GameObject:
- component: {fileID: 3904775533281402009}
- component: {fileID: 471636362390826840}
- component: {fileID: 7030660330835988461}
- - component: {fileID: -5690470109202217387}
+ - component: {fileID: 3954840855838796869}
m_Layer: 5
m_Name: Panel_MQTTTestResult
m_TagString: Untagged
@@ -232,7 +232,7 @@ MonoBehaviour:
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
---- !u!114 &-5690470109202217387
+--- !u!114 &3954840855838796869
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
@@ -1749,7 +1749,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
- m_AnchoredPosition: {x: -0.0000062029276, y: 0.000025868669}
+ m_AnchoredPosition: {x: -0.0000062029276, y: 0.000031017433}
m_SizeDelta: {x: 0, y: 300}
m_Pivot: {x: 0, y: 1}
--- !u!114 &3191639708568242626
@@ -1899,7 +1899,7 @@ MonoBehaviour:
m_HandleRect: {fileID: 1430131615122052721}
m_Direction: 2
m_Value: 0
- m_Size: 0.99949294
+ m_Size: 0.9993822
m_NumberOfSteps: 0
m_OnValueChanged:
m_PersistentCalls:
diff --git a/Assets/Scripts/GeneratedMessagePackResolver.cs b/Assets/Scripts/GeneratedMessagePackResolver.cs
deleted file mode 100644
index 7f8ef56c..00000000
--- a/Assets/Scripts/GeneratedMessagePackResolver.cs
+++ /dev/null
@@ -1,879 +0,0 @@
-//
-// THIS (.cs) FILE IS GENERATED BY MPC(MessagePack-CSharp). DO NOT CHANGE IT.
-//
-
-#pragma warning disable 618
-#pragma warning disable 612
-#pragma warning disable 414
-#pragma warning disable 168
-#pragma warning disable CS1591 // document public APIs
-
-#pragma warning disable SA1312 // Variable names should begin with lower-case letter
-#pragma warning disable SA1649 // File name should match first type name
-
-namespace MessagePack.Resolvers
-{
- public class GeneratedResolver : global::MessagePack.IFormatterResolver
- {
- public static readonly global::MessagePack.IFormatterResolver Instance = new GeneratedResolver();
-
- private GeneratedResolver()
- {
- }
-
- public global::MessagePack.Formatters.IMessagePackFormatter GetFormatter()
- {
- return FormatterCache.Formatter;
- }
-
- private static class FormatterCache
- {
- internal static readonly global::MessagePack.Formatters.IMessagePackFormatter Formatter;
-
- static FormatterCache()
- {
- var f = GeneratedResolverGetFormatterHelper.GetFormatter(typeof(T));
- if (f != null)
- {
- Formatter = (global::MessagePack.Formatters.IMessagePackFormatter)f;
- }
- }
- }
- }
-
- internal static class GeneratedResolverGetFormatterHelper
- {
- private static readonly global::System.Collections.Generic.Dictionary lookup;
-
- static GeneratedResolverGetFormatterHelper()
- {
- lookup = new global::System.Collections.Generic.Dictionary(23)
- {
- { typeof(global::Studio.AssetTool.MaterialPropertyData[]), 0 },
- { typeof(global::Studio.AssetTool.ModelData[]), 1 },
- { typeof(global::Studio.AssetTool.SavedModelData[]), 2 },
- { typeof(global::Studio.Manage.SerializableVector2[]), 3 },
- { typeof(global::Studio.Manage.SerializableVector3[]), 4 },
- { typeof(global::Studio.Manage.SerializableVector4[]), 5 },
- { typeof(global::Studio.Manage.SubmeshData[]), 6 },
- { typeof(global::Studio.AssetTool.TextureData[]), 7 },
- { typeof(global::Studio.AssetTool.ThumbnailData[]), 8 },
- { typeof(string[][]), 9 },
- { typeof(global::Studio.AssetTool.MaterialPropertyData), 10 },
- { typeof(global::Studio.AssetTool.ModelData), 11 },
- { typeof(global::Studio.AssetTool.SaveData), 12 },
- { typeof(global::Studio.AssetTool.SavedModelData), 13 },
- { typeof(global::Studio.Manage.SerializableMesh), 14 },
- { typeof(global::Studio.Manage.SerializableQuaternion), 15 },
- { typeof(global::Studio.Manage.SerializableVector2), 16 },
- { typeof(global::Studio.Manage.SerializableVector3), 17 },
- { typeof(global::Studio.Manage.SerializableVector4), 18 },
- { typeof(global::Studio.Manage.SubmeshData), 19 },
- { typeof(global::Studio.AssetTool.TextureData), 20 },
- { typeof(global::Studio.AssetTool.ThumbnailData), 21 },
- { typeof(global::Studio.Manage.TransformData), 22 },
- };
- }
-
- internal static object GetFormatter(global::System.Type t)
- {
- int key;
- if (!lookup.TryGetValue(t, out key))
- {
- return null;
- }
-
- switch (key)
- {
- case 0: return new global::MessagePack.Formatters.ArrayFormatter();
- case 1: return new global::MessagePack.Formatters.ArrayFormatter();
- case 2: return new global::MessagePack.Formatters.ArrayFormatter();
- case 3: return new global::MessagePack.Formatters.ArrayFormatter();
- case 4: return new global::MessagePack.Formatters.ArrayFormatter();
- case 5: return new global::MessagePack.Formatters.ArrayFormatter();
- case 6: return new global::MessagePack.Formatters.ArrayFormatter();
- case 7: return new global::MessagePack.Formatters.ArrayFormatter();
- case 8: return new global::MessagePack.Formatters.ArrayFormatter();
- case 9: return new global::MessagePack.Formatters.ArrayFormatter();
- case 10: return new MessagePack.Formatters.XED.Manage.MaterialPropertyDataFormatter();
- case 11: return new MessagePack.Formatters.XED.Manage.ModelDataFormatter();
- case 12: return new MessagePack.Formatters.XED.Manage.SaveDataFormatter();
- case 13: return new MessagePack.Formatters.XED.Manage.SavedModelDataFormatter();
- case 14: return new MessagePack.Formatters.XED.Manage.SerializableMeshFormatter();
- case 15: return new MessagePack.Formatters.XED.Manage.SerializableQuaternionFormatter();
- case 16: return new MessagePack.Formatters.XED.Manage.SerializableVector2Formatter();
- case 17: return new MessagePack.Formatters.XED.Manage.SerializableVector3Formatter();
- case 18: return new MessagePack.Formatters.XED.Manage.SerializableVector4Formatter();
- case 19: return new MessagePack.Formatters.XED.Manage.SubmeshDataFormatter();
- case 20: return new MessagePack.Formatters.XED.Manage.TextureDataFormatter();
- case 21: return new MessagePack.Formatters.XED.Manage.ThumbnailDataFormatter();
- case 22: return new MessagePack.Formatters.XED.Manage.TransformDataFormatter();
- default: return null;
- }
- }
- }
-}
-
-#pragma warning restore 168
-#pragma warning restore 414
-#pragma warning restore 618
-#pragma warning restore 612
-
-#pragma warning restore SA1312 // Variable names should begin with lower-case letter
-#pragma warning restore SA1649 // File name should match first type name
-
-
-
-
-//
-// THIS (.cs) FILE IS GENERATED BY MPC(MessagePack-CSharp). DO NOT CHANGE IT.
-//
-
-#pragma warning disable 618
-#pragma warning disable 612
-#pragma warning disable 414
-#pragma warning disable 168
-#pragma warning disable CS1591 // document public APIs
-
-#pragma warning disable SA1129 // Do not use default value type constructor
-#pragma warning disable SA1309 // Field names should not begin with underscore
-#pragma warning disable SA1312 // Variable names should begin with lower-case letter
-#pragma warning disable SA1403 // File may only contain a single namespace
-#pragma warning disable SA1649 // File name should match first type name
-
-namespace MessagePack.Formatters.XED.Manage
-{
- public sealed class MaterialPropertyDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.AssetTool.MaterialPropertyData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(11);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.baseColor, options);
- writer.Write(value.metallic);
- writer.Write(value.smoothness);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.emissionColor, options);
- writer.Write(value.renderMode);
- writer.Write(value.surfaceType);
- writer.Write(value.blendMode);
- writer.Write(value.occlusionStrength);
- writer.Write(value.normalScale);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.texTypes, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.texUIDs, options);
- }
-
- public global::Studio.AssetTool.MaterialPropertyData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.AssetTool.MaterialPropertyData();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.baseColor = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 1:
- ____result.metallic = reader.ReadSingle();
- break;
- case 2:
- ____result.smoothness = reader.ReadSingle();
- break;
- case 3:
- ____result.emissionColor = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 4:
- ____result.renderMode = reader.ReadInt32();
- break;
- case 5:
- ____result.surfaceType = reader.ReadInt32();
- break;
- case 6:
- ____result.blendMode = reader.ReadInt32();
- break;
- case 7:
- ____result.occlusionStrength = reader.ReadSingle();
- break;
- case 8:
- ____result.normalScale = reader.ReadSingle();
- break;
- case 9:
- ____result.texTypes = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 10:
- ____result.texUIDs = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class ModelDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.AssetTool.ModelData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(6);
- writer.Write(value.id);
- writer.Write(value.parentId);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.modelComponentName, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.transformData, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.mesh, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.materialProperties, options);
- }
-
- public global::Studio.AssetTool.ModelData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.AssetTool.ModelData();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.id = reader.ReadInt32();
- break;
- case 1:
- ____result.parentId = reader.ReadInt32();
- break;
- case 2:
- ____result.modelComponentName = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 3:
- ____result.transformData = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 4:
- ____result.mesh = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 5:
- ____result.materialProperties = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SaveDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.AssetTool.SaveData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(3);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.modelDatas, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.textureDatas, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.thumbnailDatas, options);
- }
-
- public global::Studio.AssetTool.SaveData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.AssetTool.SaveData();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.modelDatas = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 1:
- ____result.textureDatas = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 2:
- ____result.thumbnailDatas = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SavedModelDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.AssetTool.SavedModelData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(2);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.attributes, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.models, options);
- }
-
- public global::Studio.AssetTool.SavedModelData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.AssetTool.SavedModelData();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.attributes = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 1:
- ____result.models = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SerializableMeshFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.SerializableMesh value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(5);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.vertices, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.normals, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.tangents, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.uv, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.submeshes, options);
- }
-
- public global::Studio.Manage.SerializableMesh Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.Manage.SerializableMesh();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.vertices = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 1:
- ____result.normals = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 2:
- ____result.tangents = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 3:
- ____result.uv = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 4:
- ____result.submeshes = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SerializableQuaternionFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.SerializableQuaternion value, global::MessagePack.MessagePackSerializerOptions options)
- {
- writer.WriteArrayHeader(4);
- writer.Write(value.x);
- writer.Write(value.y);
- writer.Write(value.z);
- writer.Write(value.w);
- }
-
- public global::Studio.Manage.SerializableQuaternion Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- throw new global::System.InvalidOperationException("typecode is null, struct not supported");
- }
-
- options.Security.DepthStep(ref reader);
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.Manage.SerializableQuaternion();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.x = reader.ReadSingle();
- break;
- case 1:
- ____result.y = reader.ReadSingle();
- break;
- case 2:
- ____result.z = reader.ReadSingle();
- break;
- case 3:
- ____result.w = reader.ReadSingle();
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SerializableVector2Formatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.SerializableVector2 value, global::MessagePack.MessagePackSerializerOptions options)
- {
- writer.WriteArrayHeader(2);
- writer.Write(value.x);
- writer.Write(value.y);
- }
-
- public global::Studio.Manage.SerializableVector2 Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- throw new global::System.InvalidOperationException("typecode is null, struct not supported");
- }
-
- options.Security.DepthStep(ref reader);
- var length = reader.ReadArrayHeader();
- var __x__ = default(float);
- var __y__ = default(float);
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- __x__ = reader.ReadSingle();
- break;
- case 1:
- __y__ = reader.ReadSingle();
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- var ____result = new global::Studio.Manage.SerializableVector2(__x__, __y__);
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SerializableVector3Formatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.SerializableVector3 value, global::MessagePack.MessagePackSerializerOptions options)
- {
- writer.WriteArrayHeader(3);
- writer.Write(value.x);
- writer.Write(value.y);
- writer.Write(value.z);
- }
-
- public global::Studio.Manage.SerializableVector3 Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- throw new global::System.InvalidOperationException("typecode is null, struct not supported");
- }
-
- options.Security.DepthStep(ref reader);
- var length = reader.ReadArrayHeader();
- var __x__ = default(float);
- var __y__ = default(float);
- var __z__ = default(float);
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- __x__ = reader.ReadSingle();
- break;
- case 1:
- __y__ = reader.ReadSingle();
- break;
- case 2:
- __z__ = reader.ReadSingle();
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- var ____result = new global::Studio.Manage.SerializableVector3(__x__, __y__, __z__);
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SerializableVector4Formatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.SerializableVector4 value, global::MessagePack.MessagePackSerializerOptions options)
- {
- writer.WriteArrayHeader(4);
- writer.Write(value.x);
- writer.Write(value.y);
- writer.Write(value.z);
- writer.Write(value.w);
- }
-
- public global::Studio.Manage.SerializableVector4 Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- throw new global::System.InvalidOperationException("typecode is null, struct not supported");
- }
-
- options.Security.DepthStep(ref reader);
- var length = reader.ReadArrayHeader();
- var __x__ = default(float);
- var __y__ = default(float);
- var __z__ = default(float);
- var __w__ = default(float);
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- __x__ = reader.ReadSingle();
- break;
- case 1:
- __y__ = reader.ReadSingle();
- break;
- case 2:
- __z__ = reader.ReadSingle();
- break;
- case 3:
- __w__ = reader.ReadSingle();
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- var ____result = new global::Studio.Manage.SerializableVector4(__x__, __y__, __z__, __w__);
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class SubmeshDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.SubmeshData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(2);
- writer.Write(value.materialIndex);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.triangles, options);
- }
-
- public global::Studio.Manage.SubmeshData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.Manage.SubmeshData();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.materialIndex = reader.ReadInt32();
- break;
- case 1:
- ____result.triangles = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class TextureDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.AssetTool.TextureData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(3);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.name, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.uid, options);
- writer.Write(value.data);
- }
-
- public global::Studio.AssetTool.TextureData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var __name__ = default(string);
- var __uid__ = default(string);
- var __data__ = default(byte[]);
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- __name__ = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 1:
- __uid__ = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 2:
- __data__ = global::MessagePack.Internal.CodeGenHelpers.GetArrayFromNullableSequence(reader.ReadBytes());
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- var ____result = new global::Studio.AssetTool.TextureData(__name__, __uid__, __data__);
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class ThumbnailDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.AssetTool.ThumbnailData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- writer.WriteArrayHeader(1);
- writer.Write(value.data);
- }
-
- public global::Studio.AssetTool.ThumbnailData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- var length = reader.ReadArrayHeader();
- var __data__ = default(byte[]);
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- __data__ = global::MessagePack.Internal.CodeGenHelpers.GetArrayFromNullableSequence(reader.ReadBytes());
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- var ____result = new global::Studio.AssetTool.ThumbnailData(__data__);
- reader.Depth--;
- return ____result;
- }
- }
-
- public sealed class TransformDataFormatter : global::MessagePack.Formatters.IMessagePackFormatter
- {
-
- public void Serialize(ref global::MessagePack.MessagePackWriter writer, global::Studio.Manage.TransformData value, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (value == null)
- {
- writer.WriteNil();
- return;
- }
-
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- writer.WriteArrayHeader(3);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.position, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.rotation, options);
- global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Serialize(ref writer, value.scale, options);
- }
-
- public global::Studio.Manage.TransformData Deserialize(ref global::MessagePack.MessagePackReader reader, global::MessagePack.MessagePackSerializerOptions options)
- {
- if (reader.TryReadNil())
- {
- return null;
- }
-
- options.Security.DepthStep(ref reader);
- global::MessagePack.IFormatterResolver formatterResolver = options.Resolver;
- var length = reader.ReadArrayHeader();
- var ____result = new global::Studio.Manage.TransformData();
-
- for (int i = 0; i < length; i++)
- {
- switch (i)
- {
- case 0:
- ____result.position = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 1:
- ____result.rotation = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- case 2:
- ____result.scale = global::MessagePack.FormatterResolverExtensions.GetFormatterWithVerify(formatterResolver).Deserialize(ref reader, options);
- break;
- default:
- reader.Skip();
- break;
- }
- }
-
- reader.Depth--;
- return ____result;
- }
- }
-
-}
-
-#pragma warning restore 168
-#pragma warning restore 414
-#pragma warning restore 618
-#pragma warning restore 612
-
-#pragma warning restore SA1129 // Do not use default value type constructor
-#pragma warning restore SA1309 // Field names should not begin with underscore
-#pragma warning restore SA1312 // Variable names should begin with lower-case letter
-#pragma warning restore SA1403 // File may only contain a single namespace
-#pragma warning restore SA1649 // File name should match first type name
-
diff --git a/Assets/Scripts/GeneratedMessagePackResolver.cs.meta b/Assets/Scripts/GeneratedMessagePackResolver.cs.meta
deleted file mode 100644
index a5296bb5..00000000
--- a/Assets/Scripts/GeneratedMessagePackResolver.cs.meta
+++ /dev/null
@@ -1,2 +0,0 @@
-fileFormatVersion: 2
-guid: bab1dbb292003874992b64c18aaea648
\ No newline at end of file
diff --git a/Assets/Scripts/Pair.cs b/Assets/Scripts/Pair.cs
deleted file mode 100644
index c4de088d..00000000
--- a/Assets/Scripts/Pair.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-using System.Collections.Generic;
-using UnityEngine;
-
-namespace Studio
-{
- public class Pair
- {
- public T Item1 { get; private set; }
- public T Item2 { get; private set; }
-
- public Pair(T item1, T item2)
- {
- if (item1.GetHashCode() < item2.GetHashCode())
- {
- Item1 = item1;
- Item2 = item2;
- }
- else
- {
- Item1 = item2;
- Item2 = item1;
- }
- }
-
- public override bool Equals(object obj)
- {
- if (obj is Pair other)
- {
- return EqualityComparer.Default.Equals(Item1, other.Item1) && EqualityComparer.Default.Equals(Item2, other.Item2);
- }
- return false;
- }
-
- public override int GetHashCode()
- {
- int hashItem1 = Item1 == null ? 0 : Item1.GetHashCode();
- int hashItem2 = Item2 == null ? 0 : Item2.GetHashCode();
- return hashItem1 ^ hashItem2;
- }
- }
-}
diff --git a/Assets/Scripts/Pair.cs.meta b/Assets/Scripts/Pair.cs.meta
deleted file mode 100644
index acd86215..00000000
--- a/Assets/Scripts/Pair.cs.meta
+++ /dev/null
@@ -1,2 +0,0 @@
-fileFormatVersion: 2
-guid: 53a4f7ac838a952408e1d12107a5b12b
\ No newline at end of file
diff --git a/Assets/Scripts/Studio/Common/ResourceURL.cs b/Assets/Scripts/Studio/Common/ResourceURL.cs
index c06092ec..44de60a1 100644
--- a/Assets/Scripts/Studio/Common/ResourceURL.cs
+++ b/Assets/Scripts/Studio/Common/ResourceURL.cs
@@ -3,6 +3,6 @@ namespace Studio.Manage
public class ResourceURL
{
public readonly static string materialPath = "Materials";
- internal static string mqttTestResultItem = "Prefabs/UI/Item_TopicResult";
+ internal static string mqttTestResultItem = "Prefabs/UI/UI_MQTTTestResultItem";
}
}
\ No newline at end of file
diff --git a/Assets/Scripts/TestAPIData.cs b/Assets/Scripts/TestAPIData.cs
index db1b222c..347b3735 100644
--- a/Assets/Scripts/TestAPIData.cs
+++ b/Assets/Scripts/TestAPIData.cs
@@ -119,17 +119,6 @@ namespace Studio
public List saveFilterData = new List();
}
- [Serializable]
- public class DynamicObjectDatas
- {
- public List dynamic3DModelUISetting = new List();
- }
-
- [Serializable]
- public class ModelList
- {
- public List modelList = new List();
- }
[Serializable]
public class ModelName
{
diff --git a/Assets/Scripts/Tester.cs b/Assets/Scripts/Tester.cs
deleted file mode 100644
index 45992b20..00000000
--- a/Assets/Scripts/Tester.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using UnityEngine;
-
-namespace Studio
-{
- public class Tester : MonoBehaviour
- {
-
- }
-}
diff --git a/Assets/Scripts/Tester.cs.meta b/Assets/Scripts/Tester.cs.meta
deleted file mode 100644
index 72fd8f78..00000000
--- a/Assets/Scripts/Tester.cs.meta
+++ /dev/null
@@ -1,2 +0,0 @@
-fileFormatVersion: 2
-guid: 05fa0bd85c6e7a44eae07e30a20a2c1a
\ No newline at end of file
diff --git a/Assets/Scripts/TreeItem.cs b/Assets/Scripts/TreeItem.cs
deleted file mode 100644
index 7d35bf14..00000000
--- a/Assets/Scripts/TreeItem.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-namespace Studio
-{
- public class TreeItem
- {
- public TwinObject ToItem;
- //public UI_HierarchyItem View;
- public event Action onDestroyTreeItem;
-
- public int depth
- {
- get
- {
- TreeItem curr = parent;
- int result = 0;
- while (curr != null)
- {
- result++;
- curr = curr.parent;
- }
- return result;
- }
- }
- public List children = new List();
- public TreeItem parent;
- public bool expanded = true;
- public event Action onExpand;
- public event Action onFold;
-
- public TreeItem(TwinObject to)
- {
- ToItem = to;
- }
-
- internal void Add(TreeItem t)
- {
- children.Add(t);
- }
-
- internal void RemoveChild(TreeItem c)
- {
- children.Remove(c);
- }
-
- public void OnExpand(bool value)
- {
- expanded = value;
- if (value)
- onExpand?.Invoke(this);
- else
- onFold?.Invoke(this);
- }
-
- public void DestroyTreeItem()
- {
- onDestroyTreeItem?.Invoke();
- }
- }
-}
diff --git a/Assets/Scripts/TreeItem.cs.meta b/Assets/Scripts/TreeItem.cs.meta
deleted file mode 100644
index 7c0a8f79..00000000
--- a/Assets/Scripts/TreeItem.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: b5a2a42949797d448becac0b681c99fd
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant: