Hi,
In one of my projects, Unity can’t see the history of debug.log messages. As an example, if I ask to the program to show me the debug.log of a script named “ExampleScript”: Debug.log(“test”).
In that case, unity will show me the content of the debug.log, but not the path of the object and the path of the script which are link to that debug.log:
:>>> UnityEngine.Debug:log(object)ExampleScript:Start()…
I can’t see where the output is located and can’t click to the correct script for open it and modify the project…
Having see on the forum if a similar problem have been posted here, I’ve found this topic. But no solution have been found. : Why doesn't clicking on a Debug.Log statement output in the console take me to the corresponding line in the source code anymore? - Questions & Answers - Unity Discussions
Like him, I think that this problem is happen because of my project have know an upgrad of this version (for access to URP options).
Did you know how to fix this problem ?
Thanks