@@ -31,7 +31,74 @@ translation.priority.mt:
31
31
---
32
32
# Change Log (Visual Studio Tools for Unity)
33
33
Visual Studio Tools for Unity change log.
34
+
35
+ ## 2.8 (3.0 Preview)
36
+ Released 2016-11-17
37
+
38
+ ### New Features
39
+
40
+ - ** General:**
41
+
42
+ - Added Visual Studio 2017 installer support.
43
+
44
+ - Added Visual Studio 2017 extension support.
45
+
46
+ - Added localization support.
47
+
48
+ - ** Code Editor:**
49
+
50
+ - Added C# IntelliSense for Unity messages.
51
+
52
+ - Added C# code coloration for Unity messages.
53
+
54
+ - ** Debugger:**
55
+
56
+ - Added support for ` is ` , ` as ` , direct cast, ` default ` , ` new ` expressions.
57
+
58
+ - Added support for string concat expressions.
59
+
60
+ - Added support for hexadecimal display of integer values.
61
+
62
+ - Added support for creating new temporary variables (statements).
63
+
64
+ - Added support for implicit primitive conversions.
65
+
66
+ - Added better error messages when a type is expected or not found.
67
+
68
+ - ** Project Generation:**
69
+
70
+ - Removed the CSharp suffix from the project names.
71
+
72
+ - Removed reference to a system wide msbuild targets file.
73
+
74
+ - ** Wizards:**
75
+
76
+ - Added support for Unity messages in non Behaviour types such as Editor or EditorWindow.
77
+
78
+ - Switched to Roslyn to inject and format Unity messages.
79
+
80
+ ### Bug fixes
81
+
82
+ - ** Debugger:**
34
83
84
+ - Fixed a bug crashing Unity when evaluating generic types.
85
+
86
+ - Fixed handling of nullable types.
87
+
88
+ - Fixed handling of enums.
89
+
90
+ - Fixed handling of nested member types.
91
+
92
+ - Fixed collection indexer access.
93
+
94
+ - Fixed support for debugging iterator frames with new C# compiler.
95
+
96
+ - ** Project Generation:**
97
+
98
+ - Fixed bug that prevented compilation when targeting the Unity Web player.
99
+
100
+ - Fixed bug that prevented compilation when compiling a script with a web encoded file name.
101
+
35
102
## 2.3
36
103
Released 2016-07-14
37
104
@@ -170,7 +237,7 @@ Visual Studio Tools for Unity change log.
170
237
171
238
- Fixed inspecting empty arrays.
172
239
173
- ## 2.0 Preview 2
240
+ ## 1.9.9 ( 2.0 Preview 2)
174
241
Released 2015-04-02
175
242
176
243
### New features
@@ -259,7 +326,7 @@ Visual Studio Tools for Unity change log.
259
326
260
327
- ** UI:** Support Visual Studio themes for context menu and icons.
261
328
262
- ## 2.0 Preview
329
+ ## 1.9.8 ( 2.0 Preview)
263
330
Released 2014-11-12
264
331
265
332
### New features
@@ -822,4 +889,4 @@ Visual Studio Tools for Unity change log.
822
889
- Fixed completion for dll inside the Asset folder for UnityScript and Boo.
823
890
824
891
## 1.0 – Initial release
825
- Released 2012-08-22
892
+ Released 2012-08-22
0 commit comments