We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f29b7d commit 4e16d9cCopy full SHA for 4e16d9c
MLAPI-Editor/MLAPIEditor.cs
@@ -113,7 +113,7 @@ private void InstallRelease(int index)
113
File.WriteAllBytes(Application.dataPath + "/MLAPI/Lib/" + releases[index].assets[i].name, www.bytes);
114
115
if (releases[index].assets[i].name.EndsWith(".unitypackage"))
116
- AssetDatabase.ImportPackage(Application.dataPath + "/MLAPI/Lib/" + releases[index].assets[i].name, true);
+ AssetDatabase.ImportPackage(Application.dataPath + "/MLAPI/Lib/" + releases[index].assets[i].name, false);
117
}
118
119
EditorPrefs.SetString("MLAPI_version", releases[index].tag_name);
0 commit comments