mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-03 20:34:56 +08:00
Remove some dead code
This commit is contained in:
parent
91fb887dad
commit
e3f441ad89
@ -67,23 +67,6 @@ namespace net.fushizen.modular_avatar.core.editor
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void Poll()
|
|
||||||
{
|
|
||||||
if (Request.IsCompleted)
|
|
||||||
{
|
|
||||||
if (Request.Status == StatusCode.Success)
|
|
||||||
{
|
|
||||||
Debug.Log("Installed modular avatar framework");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Debug.LogError(Request.Error.message);
|
|
||||||
}
|
|
||||||
|
|
||||||
EditorApplication.update -= Poll;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static SemanticVersioning.Version GetInstalledVersion()
|
private static SemanticVersioning.Version GetInstalledVersion()
|
||||||
{
|
{
|
||||||
foreach (var assembly in AppDomain.CurrentDomain.GetAssemblies())
|
foreach (var assembly in AppDomain.CurrentDomain.GetAssemblies())
|
||||||
|
Loading…
Reference in New Issue
Block a user