com.wallstop-studios.unity-helpers 2.0.0-rc09 → 2.0.0-rc11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/CHANGELOG.md.meta +7 -7
  2. package/Editor/AnimationEventEditor.cs.meta +11 -11
  3. package/Editor.meta +8 -8
  4. package/LICENSE.md.meta +7 -7
  5. package/README.md.meta +7 -7
  6. package/Runtime/Core/Attributes/AnimationEventAttribute.cs.meta +11 -11
  7. package/Runtime/Core/Attributes/ChildComponentAttribute.cs.meta +11 -11
  8. package/Runtime/Core/Attributes/KSerializableAttribute.cs.meta +11 -11
  9. package/Runtime/Core/Attributes/NotNullAttribute.cs.meta +11 -11
  10. package/Runtime/Core/Attributes/ParentComponent.cs.meta +11 -11
  11. package/Runtime/Core/Attributes/ReadOnlyAttribute.cs.meta +11 -11
  12. package/Runtime/Core/Attributes/RelationalComponentExtensions.cs.meta +11 -11
  13. package/Runtime/Core/DataStructure/Adapters/FastVector2Int.cs.meta +11 -11
  14. package/Runtime/Core/DataStructure/Adapters/FastVector3Int.cs.meta +11 -11
  15. package/Runtime/Core/DataStructure/Adapters/KGuid.cs.meta +11 -11
  16. package/Runtime/Core/DataStructure/Adapters/KVector2.cs.meta +11 -11
  17. package/Runtime/Core/DataStructure/Adapters.meta +8 -8
  18. package/Runtime/Core/DataStructure/Circle.cs.meta +11 -11
  19. package/Runtime/Core/DataStructure/CyclicBuffer.cs.meta +11 -11
  20. package/Runtime/Core/DataStructure/QuadTree.cs.meta +11 -11
  21. package/Runtime/Core/DataStructure/StringWrapper.cs.meta +11 -11
  22. package/Runtime/Core/DataStructure/TimedCache.cs.meta +11 -11
  23. package/Runtime/Core/DataStructure.meta +8 -8
  24. package/Runtime/Core/Extension/AnimatorExtensions.cs.meta +11 -11
  25. package/Runtime/Core/Extension/CircleExtensions.cs.meta +11 -11
  26. package/Runtime/Core/Extension/ColorExtensions.cs.meta +11 -11
  27. package/Runtime/Core/Extension/DictionaryExtensions.cs.meta +11 -11
  28. package/Runtime/Core/Extension/DirectionExtensions.cs.meta +11 -11
  29. package/Runtime/Core/Extension/HashSetExtensions.cs.meta +11 -11
  30. package/Runtime/Core/Extension/IEnumerableExtensions.cs.meta +11 -11
  31. package/Runtime/Core/Extension/IListExtensions.cs.meta +11 -11
  32. package/Runtime/Core/Extension/LoggingExtensions.cs +137 -75
  33. package/Runtime/Core/Extension/LoggingExtensions.cs.meta +11 -11
  34. package/Runtime/Core/Extension/RandomExtensions.cs.meta +11 -11
  35. package/Runtime/Core/Extension/StringExtensions.cs.meta +11 -11
  36. package/Runtime/Core/Extension/UnityExtensions.cs.meta +11 -11
  37. package/Runtime/Core/Extension.meta +8 -8
  38. package/Runtime/Core/Helper/Enumerables.cs.meta +11 -11
  39. package/Runtime/Core/Helper/Geometry.cs.meta +11 -11
  40. package/Runtime/Core/Helper/LifetimeHelpers.cs.meta +11 -11
  41. package/Runtime/Core/Helper/Objects.cs +394 -74
  42. package/Runtime/Core/Helper/Objects.cs.meta +11 -11
  43. package/Runtime/Core/Helper/WallMath.cs.meta +11 -11
  44. package/Runtime/Core/Helper.meta +8 -8
  45. package/Runtime/Core/Math/Line.cs.meta +11 -11
  46. package/Runtime/Core/Math/Parabola.cs.meta +11 -11
  47. package/Runtime/Core/Math/Range.cs.meta +11 -11
  48. package/Runtime/Core/Math.meta +8 -8
  49. package/Runtime/Core/Model/Direction.cs.meta +11 -11
  50. package/Runtime/Core/Model.meta +8 -8
  51. package/Runtime/Core/OneOf/FastOneOf.cs.meta +11 -11
  52. package/Runtime/Core/OneOf/None.cs.meta +11 -11
  53. package/Runtime/Core/OneOf.meta +8 -8
  54. package/Runtime/Core/Random/AbstractRandom.cs.meta +11 -11
  55. package/Runtime/Core/Random/IRandom.cs.meta +11 -11
  56. package/Runtime/Core/Random/NativePcgRandom.cs.meta +11 -11
  57. package/Runtime/Core/Random/PcgRandom.cs.meta +11 -11
  58. package/Runtime/Core/Random/RandomState.cs.meta +11 -11
  59. package/Runtime/Core/Random/SquirrelRandom.cs.meta +11 -11
  60. package/Runtime/Core/Random/SystemRandom.cs.meta +11 -11
  61. package/Runtime/Core/Random/ThreadLocalRandom.cs.meta +11 -11
  62. package/Runtime/Core/Random.meta +8 -8
  63. package/Runtime/Core/Serialization/JsonConverters/Vector2Converter.cs.meta +11 -11
  64. package/Runtime/Core/Serialization/JsonConverters/Vector3Converter.cs.meta +11 -11
  65. package/Runtime/Core/Serialization/JsonConverters.meta +8 -8
  66. package/Runtime/Core/Serialization/Serializer.cs.meta +11 -11
  67. package/Runtime/Core/Serialization.meta +8 -8
  68. package/Runtime/Core/Threading/SingleThreadedThreadPool.cs.meta +11 -11
  69. package/Runtime/Core/Threading.meta +8 -8
  70. package/Runtime/Core.meta +8 -8
  71. package/Runtime/Protobuf-Net.meta +8 -8
  72. package/Runtime/Utils/AnimationEventEqualityComparer.cs.meta +11 -11
  73. package/Runtime/Utils/AnimatorEnumStateMachine.cs.meta +11 -11
  74. package/Runtime/Utils/Buffers.cs.meta +11 -11
  75. package/Runtime/Utils/CircleLineRenderer.cs.meta +11 -11
  76. package/Runtime/Utils/Oscillator.cs.meta +11 -11
  77. package/Runtime/Utils/SetTextureImportData.cs.meta +11 -11
  78. package/Runtime/Utils.meta +8 -8
  79. package/Runtime/WallstopStudios.UnityHelpers.asmdef.meta +7 -7
  80. package/Runtime.meta +8 -8
  81. package/Tests.meta +8 -8
  82. package/Third Party Notices.md.meta +7 -7
  83. package/package.json +1 -1
  84. package/package.json.meta +7 -7
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: 3470cf3d28c05ad4a8c63bcaa168b4a0
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: 3470cf3d28c05ad4a8c63bcaa168b4a0
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: cc0fd5f65729462428811e55928b5bd2
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: cc0fd5f65729462428811e55928b5bd2
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -5,18 +5,27 @@
5
5
  namespace UnityHelpers.Core.Extension
6
6
  {
7
7
  using System;
8
- using System.Diagnostics;
8
+ using System.Collections.Generic;
9
+ using System.Reflection;
10
+ using System.Runtime.CompilerServices;
9
11
  using System.Threading;
10
- using Helper;
11
12
  using JetBrains.Annotations;
12
13
  using UnityEngine;
14
+ using Utils;
13
15
  using Debug = UnityEngine.Debug;
16
+ using Object = UnityEngine.Object;
14
17
 
15
18
  public static class LoggingExtensions
16
19
  {
17
20
  private static readonly Thread UnityMainThread;
21
+ private const int LogsPerCacheClean = 5;
18
22
 
19
23
  private static bool LoggingEnabled = true;
24
+ private static long _cacheAccessCount;
25
+
26
+ private static readonly HashSet<Object> Disabled = new();
27
+ private static readonly Dictionary<Type, FieldInfo[]> FieldCache = new();
28
+ private static readonly Dictionary<Type, PropertyInfo[]> PropertyCache = new();
20
29
 
21
30
  static LoggingExtensions()
22
31
  {
@@ -32,162 +41,215 @@ namespace UnityHelpers.Core.Extension
32
41
  #endif
33
42
  }
34
43
 
35
- public static void EnableLogging(this UnityEngine.Object component)
44
+ public static void GlobalEnableLogging(this Object component)
36
45
  {
37
46
  LoggingEnabled = true;
38
47
  }
39
48
 
40
- public static void DisableLogging(this UnityEngine.Object component)
49
+ public static void GlobalDisableLogging(this Object component)
41
50
  {
42
51
  LoggingEnabled = false;
43
52
  }
44
53
 
45
-
46
- [StringFormatMethod("message")]
47
- public static void Log(this UnityEngine.Object component, string message, params object[] args)
54
+ public static void EnableLogging(this Object component)
48
55
  {
49
- #if ENABLE_UBERLOGGING
50
- if (!LoggingEnabled)
56
+ Disabled.Remove(component);
57
+ }
58
+
59
+ public static void DisableLogging(this Object component)
60
+ {
61
+ Disabled.Add(component);
62
+ }
63
+
64
+ public static string GenericToString(this Object component)
65
+ {
66
+ if (component == null)
67
+ {
68
+ return "null";
69
+ }
70
+
71
+ Dictionary<string, object> structure = new();
72
+ Type type = component.GetType();
73
+ FieldInfo[] fields = FieldCache.GetOrAdd(
74
+ type,
75
+ inType => inType.GetFields(BindingFlags.Public | BindingFlags.Instance)
76
+ );
77
+ PropertyInfo[] properties = PropertyCache.GetOrAdd(
78
+ type,
79
+ inType => inType.GetProperties(BindingFlags.Public | BindingFlags.Instance)
80
+ );
81
+ foreach (FieldInfo field in fields)
51
82
  {
52
- return;
83
+ structure[field.Name] = ValueFormat(field.GetValue(component));
53
84
  }
85
+
86
+ foreach (PropertyInfo property in properties)
87
+ {
88
+ structure[property.Name] = ValueFormat(property.GetValue(component));
89
+ }
90
+
91
+ return structure.ToJson();
92
+
93
+ object ValueFormat(object value)
94
+ {
95
+ if (value is Object obj && obj != null)
96
+ {
97
+ return obj.name;
98
+ }
99
+ return value?.ToString();
100
+ }
101
+ }
102
+
103
+ [StringFormatMethod("message")]
104
+ public static void Log(this Object component, string message, params object[] args)
105
+ {
106
+ #if ENABLE_UBERLOGGING
54
107
  LogDebug(component, message, args);
55
108
  #endif
56
109
  }
57
110
 
58
-
59
111
  [StringFormatMethod("message")]
60
- public static void LogMethod(this UnityEngine.Object component)
112
+ public static void LogMethod(this Object component, [CallerMemberName] string caller = "")
61
113
  {
62
114
  #if ENABLE_UBERLOGGING
63
- StackTrace stackTrace = new StackTrace();
64
- string methodName = stackTrace.GetFrame(1).GetMethod().Name;
65
- LogDebug(component, methodName);
115
+ LogDebug(component, caller);
66
116
  #endif
67
117
  }
68
118
 
69
-
70
119
  [StringFormatMethod("message")]
71
- public static void LogDebug(this UnityEngine.Object component, string message, params object[] args)
120
+ public static void LogDebug(this Object component, string message, params object[] args)
72
121
  {
73
122
  #if ENABLE_UBERLOGGING
74
- if (!LoggingEnabled)
75
- {
76
- return;
77
- }
78
123
  LogDebug(component, message, null, args);
79
124
  #endif
80
125
  }
81
126
 
82
-
83
127
  [StringFormatMethod("message")]
84
- public static void LogWarn(this UnityEngine.Object component, string message, params object[] args)
128
+ public static void LogWarn(this Object component, string message, params object[] args)
85
129
  {
86
130
  #if ENABLE_UBERLOGGING
87
- if (!LoggingEnabled)
88
- {
89
- return;
90
- }
91
131
  LogWarn(component, message, null, args);
92
132
  #endif
93
133
  }
94
134
 
95
-
96
135
  [StringFormatMethod("message")]
97
- public static void LogError(this UnityEngine.Object component, string message, params object[] args)
136
+ public static void LogError(this Object component, string message, params object[] args)
98
137
  {
99
138
  #if ENABLE_UBERLOGGING
100
- if (!LoggingEnabled)
101
- {
102
- return;
103
- }
104
139
  LogError(component, message, null, args);
105
140
  #endif
106
141
  }
107
142
 
108
-
109
143
  [StringFormatMethod("message")]
110
- public static void Log(this UnityEngine.Object component, string message, Exception e, params object[] args)
144
+ public static void Log(
145
+ this Object component,
146
+ string message,
147
+ Exception e,
148
+ params object[] args
149
+ )
111
150
  {
112
151
  #if ENABLE_UBERLOGGING
113
- if (!LoggingEnabled)
114
- {
115
- return;
116
- }
117
152
  LogDebug(component, message, e, args);
118
153
  #endif
119
154
  }
120
155
 
121
-
122
156
  [StringFormatMethod("message")]
123
- public static void LogDebug(this UnityEngine.Object component, string message, Exception e, params object[] args)
157
+ public static void LogDebug(
158
+ this Object component,
159
+ string message,
160
+ Exception e,
161
+ params object[] args
162
+ )
124
163
  {
125
164
  #if ENABLE_UBERLOGGING
126
- if (!LoggingEnabled)
127
- {
128
- return;
129
- }
130
- if (Equals(Thread.CurrentThread, UnityMainThread))
165
+ if (LoggingAllowed(component))
131
166
  {
132
- Debug.Log(Wrap(component, args.Length != 0 ? string.Format(message, args) : message, e));
167
+ Debug.Log(
168
+ Wrap(component, args.Length != 0 ? string.Format(message, args) : message, e),
169
+ component
170
+ );
133
171
  }
134
172
  #endif
135
173
  }
136
174
 
137
-
138
175
  [StringFormatMethod("message")]
139
- public static void LogWarn(this UnityEngine.Object component, string message, Exception e, params object[] args)
176
+ public static void LogWarn(
177
+ this Object component,
178
+ string message,
179
+ Exception e,
180
+ params object[] args
181
+ )
140
182
  {
141
183
  #if ENABLE_UBERLOGGING
142
- if (!LoggingEnabled)
143
- {
144
- return;
145
- }
146
- if (Equals(Thread.CurrentThread, UnityMainThread))
184
+ if (LoggingAllowed(component))
147
185
  {
148
- Debug.LogWarning(Wrap(component, args.Length != 0 ? string.Format(message, args) : message, e));
186
+ Debug.LogWarning(
187
+ Wrap(component, args.Length != 0 ? string.Format(message, args) : message, e),
188
+ component
189
+ );
149
190
  }
150
191
  #endif
151
192
  }
152
193
 
153
-
154
194
  [StringFormatMethod("message")]
155
- public static void LogError(this UnityEngine.Object component, string message, Exception e, params object[] args)
195
+ public static void LogError(
196
+ this Object component,
197
+ string message,
198
+ Exception e,
199
+ params object[] args
200
+ )
156
201
  {
157
202
  #if ENABLE_UBERLOGGING
158
- if (!LoggingEnabled)
203
+ if (LoggingAllowed(component))
159
204
  {
160
- return;
205
+ Debug.LogError(
206
+ Wrap(component, args.Length != 0 ? string.Format(message, args) : message, e),
207
+ component
208
+ );
161
209
  }
162
- if (Equals(Thread.CurrentThread, UnityMainThread))
210
+ #endif
211
+ }
212
+
213
+ private static bool LoggingAllowed(Object component)
214
+ {
215
+ if (Interlocked.Increment(ref _cacheAccessCount) % LogsPerCacheClean == 0)
163
216
  {
164
- Debug.LogError(Wrap(component, args.Length != 0 ? string.Format(message, args) : message, e));
217
+ List<Object> buffer = Buffers<Object>.List;
218
+ buffer.Clear();
219
+ buffer.AddRange(Disabled);
220
+ buffer.RemoveAll(element => element != null);
221
+ if (0 < buffer.Count)
222
+ {
223
+ Disabled.ExceptWith(buffer);
224
+ }
165
225
  }
166
- #endif
226
+
227
+ return LoggingEnabled
228
+ && Equals(Thread.CurrentThread, UnityMainThread)
229
+ && !Disabled.Contains(component);
167
230
  }
168
231
 
169
- private static string Wrap(UnityEngine.Object component, string message, Exception e)
232
+ private static string Wrap(Object component, string message, Exception e)
170
233
  {
171
234
  #if ENABLE_UBERLOGGING
172
235
  float now = Time.time;
173
- string componentType = component == null ? "NO_TYPE" : component.GetType().Name;
174
- string gameObjectName = "NO_NAME";
236
+ string componentType;
237
+ string gameObjectName;
175
238
  if (component != null)
176
239
  {
177
- GameObject owner = component.GetGameObject();
178
- if (owner != null)
179
- {
180
- gameObjectName = owner.name;
181
- }
240
+ componentType = component.GetType().Name;
241
+ gameObjectName = component.name;
182
242
  }
183
-
184
- string prepend = $"{now}|{gameObjectName}[{componentType}]|";
185
- if (e != null)
243
+ else
186
244
  {
187
- return prepend + message + "\n " + e;
245
+ componentType = "NO_TYPE";
246
+ gameObjectName = "NO_NAME";
188
247
  }
189
248
 
190
- return prepend + message;
249
+ return e != null
250
+ ? $"{now}|{gameObjectName}[{componentType}]|{message}\n {e}"
251
+ : $"{now}|{gameObjectName}[{componentType}]|{message}";
252
+
191
253
  #else
192
254
  return string.Empty;
193
255
  #endif
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: 9f2ac4106848eb345bcd57352a716d54
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: 9f2ac4106848eb345bcd57352a716d54
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: ec0e4839ae4386b42b719a215dbc21a4
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: ec0e4839ae4386b42b719a215dbc21a4
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: e406db60762cae54cb45ba98c37ad022
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: e406db60762cae54cb45ba98c37ad022
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: 5e109c62507ff9b4bbf63cc53dc2f2df
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: 5e109c62507ff9b4bbf63cc53dc2f2df
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,8 +1,8 @@
1
- fileFormatVersion: 2
2
- guid: 0d93c076498bde4489f30315784b7303
3
- folderAsset: yes
4
- DefaultImporter:
5
- externalObjects: {}
6
- userData:
7
- assetBundleName:
8
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: 0d93c076498bde4489f30315784b7303
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: ed00743ed86d5d54c87cf73a57c9226e
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: ed00743ed86d5d54c87cf73a57c9226e
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: 18f4ae2186130474dae2b33609a14235
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: 18f4ae2186130474dae2b33609a14235
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
- fileFormatVersion: 2
2
- guid: ea2fd993d32f4de99c8470019c604060
3
- MonoImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- defaultReferences: []
7
- executionOrder: 0
8
- icon: {instanceID: 0}
9
- userData:
10
- assetBundleName:
11
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: ea2fd993d32f4de99c8470019c604060
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant: