- Home /
IntelliSense and custom assemblies
I am using the following custom assembly setup:
Scripts/
- MyLibrary/
- MyLibrary.asmdef
- Stuff.cs
- MyTest/
- MyTest.asmdef
- Test.cs
It runs well in Unity, no complain, but in Visual Studio when editing files from MyTest anything from MyLibrary is said to be undefined and underlined in red. How to let Visual Studio know about the assembly dependencies? Of course dependencies are correct in asmdef files.
Bonus: Is there a way to make the "Go to Definition" feature in Visual Studio to go to a definition in another assembly rather than showing the assembly interface?
PS: WTH I am the only one for who Unity Answer forum is super slow and buggy? Took me one hour to submit this question...
Your answer
Follow this Question
Related Questions
Visual Studio Not Showing Errors, Intellisense Not Working, And Unity Not Creating An Assembly 4 Answers
Visual studio 2019's intellisense not working with Unity 2020.1 & 2020.2 0 Answers
How to view c# assembly code in Visual Studio 2019? 1 Answer
Why does Visual Studio not show tooltip (Intellisense?) documentation for standard Mono classes? 3 Answers
VSC and Unity 0 Answers