mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-12-04 13:55:37 +01:00
Created new brunch. Plug in Rider's version control
This commit is contained in:
parent
925fe29da1
commit
dead48d75e
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))
|
||||||
|
Loading…
Reference in New Issue
Block a user