dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

latest version causes errors in Unity 5.2 #87

Closed HawkenKing closed 8 years ago

HawkenKing commented 8 years ago

I get the following errors (need to use 5.2, for a reason)

Assets/VSCode/Plugins/Editor/VSCode.cs(700,40): error CS1503: Argument #1' cannot convertUnityEngine.GUIContent' expression to type `string'

Assets/VSCode/Plugins/Editor/VSCode.cs(700,40): error CS1502: The best overloaded method match for `UnityEditor.EditorGUILayout.DelayedTextField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])' has some invalid arguments

Assets/VSCode/Plugins/Editor/VSCode.cs(700,40): error CS0122: `UnityEditor.EditorGUILayout.DelayedTextField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])' is inaccessible due to its protection level

reapazor commented 8 years ago

This is because of an API/Feature change with Unity, I'll see about fixing this in the repo at some point today --- i'll just have it check if were 5_3 + ?