Search Issue Tracker
Fixed in 5.3.3
Votes
0
Found in
5.2.2f1
Issue ID
745755
Regression
No
Autocomplete doesn't work with a fresh project in VS2015
Steps to reproduce:
1. Make sure Unity and VS2015 are installed
2. Set the code editor to VS2015 in preferences
3. Create a new project
4. Add a new script to the camera, (NewBehaviourScript)
5. Double-click on the script to open Visual Studio
6. In the Update() method, type "Instan" and optionally press Ctrl+Space to try and force the autocomplete dialog to open and autocomplete Instantiate
7. Observe: there is no autocomplete for any Unity methods
Workaround: Switch to MonoDevelop, open script there, then switch back to VS.
Reproduced with: 5.3.2p1, 5.4.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Importer Checkbox Label Truncated in UI (2D Template)
- Light theme icon is missing for Volume Component in the Inspector window
- Volume Profile effects are still showing and active in Game View when the Volume Profile is reset
- Shader Graph Tab Lacks Right Margin for Long Titles
- 2DLight component only renders when ShadowCaster2D components are within range in WebGL builds
Add comment