Skip to content

Commit 13d54fb

Browse files
committed
Package configs update
1 parent 8727cd4 commit 13d54fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Runtime/ObjectExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ namespace GameLovers
1818
/// <author>Bruno Coimbra, https://github.com/coimbrastudios/framework/blob/master/Coimbra/Utilities/</author>
1919
public static class ObjectExtensions
2020
{
21+
private static readonly Dictionary<Type, string> Cache = new();
2122
private const string PersistentSceneName = "DontDestroyOnLoad";
2223

2324
/// <summary>

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "com.gamelovers.dataextensions",
3-
"displayName": "Data Extensions",
3+
"displayName": "Unity Data Type Extensions",
4+
"author": "Miguel Tomas",
45
"version": "0.4.0",
56
"unity": "2020.1",
7+
"license": "MIT",
68
"description": "This package extends various sets of data types to be used in any type of data containers or persistent serializable data",
79
"type": "library",
810
"hideInEditor": false,

0 commit comments

Comments
 (0)