com.unity.ide.visualstudio@1.0.3

## [1.0.3] - 2019-01-01

### This is the first release of *Unity Package visualstudio_editor*.

Using the newly created api to integrate Visual Studio with Unity.
This commit is contained in:
Unity Technologies
2019-01-01 00:00:00 +00:00
parent f31b3f54a7
commit 3fc5e7ecb4
3 changed files with 3 additions and 4 deletions

View File

@@ -358,7 +358,6 @@ namespace VisualStudioEditor
public void Initialize(string editorInstallationPath)
{
CreateIfDoesntExist();
m_Initiliazer.Initialize(editorInstallationPath, InstalledVisualStudios);
}