I’m using Unity 2018.4.1 on Windows with VS2017.
If I double-click a message in the console, and that message came from a script that’s in my project (under Assets), then I’m taken to that line of code in VS just fine. However, if the message comes from a script that’s a part of a package I have installed, then nothing happens.
This is an “embedded” package I have installed, which I have total write access to as it’s being developed in parallel with the project. This is a real annoyance… am I missing something?