My unity general autocompletion works but when it gets to functions it says: "No suggestions". Video: https://gyazo.com/0e86d36786a4f75df6d0471e6900b8aa Unity version: 2019.4.1f1 Visual Studio 2017 Version: 15.9.24 I have installed Unity Game Development package in visual studio. I have selected the External Script editor in unity to be Visual Studio 2017. I have installed .NET package in Visual studio.
Asked
Active
Viewed 70 times
1
-
Is there autocompletionf or other unity components? (transform etc.) – IndieGameDev Jul 24 '20 at 11:16
-
yes, for other unity components there is autocompletion, only function autocompletion doesn't work. – Ramer Jul 24 '20 at 11:17
-
did function auto-completion work before? – IndieGameDev Jul 24 '20 at 11:23
-
yes, it worked before – Ramer Jul 24 '20 at 11:28
-
Did you update to a newer version of Unity recently. – IndieGameDev Jul 24 '20 at 11:31
-
no, i didn't update to a newer version but i skiped a newer version – Ramer Jul 24 '20 at 11:36
1 Answers
0
I have the same problem very often, you can try to rebuild your project
- Close VStudio
- Then in Unity menu Assets => Reimport all (or delete the Library folder before launching Unity), it almost always fixes my autocomplete issues.
If it doesn't work, you got a lot of things to try in this answer => https://stackoverflow.com/a/42598927/6469334
Some tricks may be outdated, but some others are still common struggle with VS.

Razshal
- 27
- 1
- 7