com.wallstop-studios.unity-helpers 2.0.0-rc76.2 → 2.0.0-rc76.4
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.
|
@@ -16,8 +16,8 @@ namespace WallstopStudios.UnityHelpers.Core.Extension
|
|
|
16
16
|
|
|
17
17
|
private static readonly bool UseDensePacking;
|
|
18
18
|
private static readonly int Min;
|
|
19
|
-
private static readonly string[]
|
|
20
|
-
private static readonly Dictionary<int, string
|
|
19
|
+
private static readonly string[] DenseNames;
|
|
20
|
+
private static readonly Dictionary<int, string> SparseNames;
|
|
21
21
|
|
|
22
22
|
static EnumNameCache()
|
|
23
23
|
{
|
|
@@ -85,8 +85,8 @@ namespace WallstopStudios.UnityHelpers.Core.Extension
|
|
|
85
85
|
|
|
86
86
|
private static readonly bool UseDensePacking;
|
|
87
87
|
private static readonly int Min;
|
|
88
|
-
private static readonly string[]
|
|
89
|
-
private static readonly Dictionary<int, string
|
|
88
|
+
private static readonly string[] DenseNames;
|
|
89
|
+
private static readonly Dictionary<int, string> SparseNames;
|
|
90
90
|
|
|
91
91
|
static EnumDisplayNameCache()
|
|
92
92
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.wallstop-studios.unity-helpers",
|
|
3
|
-
"version": "2.0.0-rc76.
|
|
3
|
+
"version": "2.0.0-rc76.4",
|
|
4
4
|
"displayName": "Unity Helpers",
|
|
5
5
|
"description": "Various Unity Helper Library",
|
|
6
6
|
"dependencies": {},
|
|
@@ -75,6 +75,8 @@
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
78
|
+
|
|
79
|
+
|
|
78
80
|
|
|
79
81
|
|
|
80
82
|
|
package/Editor/UI.meta
DELETED