Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Documentation Missing for WebGL Debug Symbols

Discussion in 'Documentation' started by mitchmeyer1, Dec 1, 2020.

  1. mitchmeyer1

    mitchmeyer1

    Joined:
    Sep 19, 2016
    Posts:
    32
    There seems to be a lack of documentation for debug symbols. It feels like what i have found is along the lines of "enabling debug symbols on your build will allow your build to download debug symbols". While that is somewhat informative, it really fails to paint the whole picture.


    1. How do i create debug symbols for a build (do i create them manually?)
    2. Where do i upload them to after i create them (Cloud Diagnostics / Manage Symbols is my guess)
    3. How do i assure they are downloaded into my game? Is there any configuration needed? How does Manage Symbols page know which debug symbol package is for what build?


    If anyone knows the answers or has documentation that would reveal it, please let me know! Thanks!