File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ namespace GameLovers
18
18
/// <author>Bruno Coimbra, https://github.com/coimbrastudios/framework/blob/master/Coimbra/Utilities/</author>
19
19
public static class ObjectExtensions
20
20
{
21
+ private static readonly Dictionary < Type , string > Cache = new ( ) ;
21
22
private const string PersistentSceneName = "DontDestroyOnLoad" ;
22
23
23
24
/// <summary>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.gamelovers.dataextensions" ,
3
- "displayName" : " Data Extensions" ,
3
+ "displayName" : " Unity Data Type Extensions" ,
4
+ "author" : " Miguel Tomas" ,
4
5
"version" : " 0.4.0" ,
5
6
"unity" : " 2020.1" ,
7
+ "license" : " MIT" ,
6
8
"description" : " This package extends various sets of data types to be used in any type of data containers or persistent serializable data" ,
7
9
"type" : " library" ,
8
10
"hideInEditor" : false ,
You can’t perform that action at this time.
0 commit comments