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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment