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
- Incorrect error box style when installing the unsigned package in the Package Manager's "Invalid Signature" pop-up
- "Invalid Signature" pop-up incorrectly wraps the text when using the Light theme
- WebGPU: can't bind compute RWTexture for read and write
- WebGPU: errors with unorm and half4 RWTexture
- Error indicating that Importer has not been disposed properly is logged when switching to or from the Texture Importer type in a Focused Inspector
Add comment