mirror of
				https://github.com/maxartz15/UnitySerializedReferenceUI.git
				synced 2025-11-03 22:36:03 +01:00 
			
		
		
		
	Created new brunch. Plug in Rider's version control
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -11,6 +11,7 @@
 | 
				
			|||||||
[Ll]ogs/
 | 
					[Ll]ogs/
 | 
				
			||||||
[Mm]emoryCaptures/
 | 
					[Mm]emoryCaptures/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.[Ii]dea/  
 | 
				
			||||||
[Pp]rojectSettings/
 | 
					[Pp]rojectSettings/
 | 
				
			||||||
[Pp]ackages/
 | 
					[Pp]ackages/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,6 +10,7 @@ public static class SerializeReferenceTypeNameUtility
 | 
				
			|||||||
        var realType = Type.GetType($"{names.ClassName}, {names.AssemblyName}");
 | 
					        var realType = Type.GetType($"{names.ClassName}, {names.AssemblyName}");
 | 
				
			||||||
        return realType;
 | 
					        return realType;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    public static (string AssemblyName, string ClassName) GetSplitNamesFromTypename(string typename)
 | 
					    public static (string AssemblyName, string ClassName) GetSplitNamesFromTypename(string typename)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if (string.IsNullOrEmpty(typename))
 | 
					        if (string.IsNullOrEmpty(typename))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user