mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-12-03 13:25:33 +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/
|
||||
[Oo]bj/
|
||||
[Bb]uild/
|
||||
[Bb]uilds/
|
||||
[Bb]uilds/
|
||||
[Ll]ogs/
|
||||
[Mm]emoryCaptures/
|
||||
|
||||
.[Ii]dea/
|
||||
[Pp]rojectSettings/
|
||||
[Pp]ackages/
|
||||
|
||||
|
@ -10,6 +10,7 @@ public static class SerializeReferenceTypeNameUtility
|
||||
var realType = Type.GetType($"{names.ClassName}, {names.AssemblyName}");
|
||||
return realType;
|
||||
}
|
||||
|
||||
public static (string AssemblyName, string ClassName) GetSplitNamesFromTypename(string typename)
|
||||
{
|
||||
if (string.IsNullOrEmpty(typename))
|
||||
|
Loading…
Reference in New Issue
Block a user