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
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>
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments