File tree Expand file tree Collapse file tree
GenerationDatabase/TypeInfo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public GenericUnityObjectHelper(Object target)
3333 return ;
3434
3535 _drawForGeneric = true ;
36- _monoScript = AssetSearcher . GetMonoScriptFromType ( _genericType ) ;
36+ _monoScript = AssetHelper . GetMonoScriptFromType ( _genericType ) ;
3737 }
3838
3939 /// <summary>
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ private string GetClassGUID(Type type)
4949 if ( TypeCannotHaveGUID ( ) )
5050 return string . Empty ;
5151
52- return AssetSearcher . GetClassGUID ( type ) ;
52+ return AssetHelper . GetClassGUID ( type ) ;
5353 }
5454
5555 public string TypeNameAndAssembly => _typeNameAndAssembly ;
@@ -182,7 +182,7 @@ private void UpdateGUIDIfNeeded<TObject>()
182182 if ( TypeAtGUIDIsSame ( ) )
183183 return ;
184184
185- string newGUID = AssetSearcher . GetClassGUID ( Type ) ;
185+ string newGUID = AssetHelper . GetClassGUID ( Type ) ;
186186
187187 if ( string . IsNullOrEmpty ( newGUID ) || GUID == newGUID )
188188 return ;
You can’t perform that action at this time.
0 commit comments