Search Unity

Double-clicking console message doesn't open the line of code in VS (2018.4)

Discussion in 'Package Manager' started by bsawyer, Oct 10, 2019.

  1. bsawyer

    bsawyer

    Joined:
    May 6, 2014
    Posts:
    37
    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?
     
    Last edited: Oct 10, 2019
  2. bsawyer

    bsawyer

    Joined:
    May 6, 2014
    Posts:
    37
    Okay, this appears to be working correctly in 2019.2.2

    Anybody know in which version this was actually fixed? And if it's not in the latest 2018.4 (LTS) yet - is there any plan for it?

    Thanks