Search Unity

Debug.Log output when app is in a web player?

Discussion in 'Editor & General Support' started by Tony-Lovell, Aug 22, 2014.

  1. Tony-Lovell

    Tony-Lovell

    Joined:
    Jul 14, 2014
    Posts:
    127
    I don't see that my Debug.Log*() calls generate output anywhere when my app is running in a web browser, from a website. Where should I be looking?

    On a Mac, I have checked Console.app's output for Web Player and also Player.

    tone
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Everything's logged to the Console; the easiest way to get to it is to use "Open player log" from the little menu-thingy in the Unity console tab. The exact location is in ~/Library/Logs/Unity.

    --Eric