Baricade edit
This commit is contained in:
@@ -79,7 +79,6 @@ namespace GitHub.Unity
|
||||
PluginImporter importer = AssetImporter.GetAtPath(filepath) as PluginImporter;
|
||||
if (importer == null)
|
||||
{
|
||||
Debug.LogFormat("GitHub for Unity: Could not find importer for {0}. Some functionality may fail.", filepath);
|
||||
continue;
|
||||
}
|
||||
if (importer.GetCompatibleWithEditor() != enable)
|
||||
|
Reference in New Issue
Block a user