Search Unity

Question [Play Asset Delivery] What is there *.pdb files ?

Discussion in 'Android' started by pf_ana, Oct 14, 2021.

  1. pf_ana

    pf_ana

    Joined:
    Sep 12, 2021
    Posts:
    9
    When i install a app from GooglePlay. i found a lot of *.pdb. Like every dll has a pdb, what is this?
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,916
    Those are symbol files, and are only present when you build with Development checkbox on.
     
  3. pf_ana

    pf_ana

    Joined:
    Sep 12, 2021
    Posts:
    9
    Nope. This file appear on my Android device from release build, under the il2cpp folder, when i use Unity PAD (Unity2020)
     
  4. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,916
    Could you submit a bug with small repro ? PDB shouldn't be included in release builds. Thank you