Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Bug Unity & visual studio : link is broken for debug.log

Discussion in 'Editor & General Support' started by GameData, Apr 29, 2023.

  1. GameData

    GameData

    Joined:
    Feb 11, 2018
    Posts:
    2
    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. : https://answers.unity.com/questions/724041/why-doesnt-clicking-on-a-debuglog-statement-output.html

    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
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    36,969
  3. GameData

    GameData

    Joined:
    Feb 11, 2018
    Posts:
    2

    Selectors buttons are already enabled