mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-12-04 05:45:37 +01:00
Created new brunch. Plug in Rider's version control
This commit is contained in:
parent
925fe29da1
commit
dead48d75e
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,10 +7,11 @@
|
|||||||
[Tt]emp/
|
[Tt]emp/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Bb]uild/
|
[Bb]uild/
|
||||||
[Bb]uilds/
|
[Bb]uilds/
|
||||||
[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