Search Issue Tracker
Active
Votes
0
Found in
6000.0.62f1
6000.2.12f1
6000.3.0b9
6000.4.0a4
6000.5.0a2
Issue ID
UUM-128204
Regression
No
Standalone Windows Build does not include PDB files for native plugins when "Copy PDB files" option is checked in the Windows Build Profiles tab
How to reproduce:
1. Open the project “IN-123390_NativePluginPDBRepro”
2. In the Project tab, Look in Plugins/x64 and observe that there is a native plugin (SimpleUnityPlugin.dll) as well as its accompanying PDB file (SimpleUnityPlugin.pdb)
3. Go to File -> Build Profiles, select the Windows profile, and confirm that 'Copy PDB files' is checked
4. Build the project
5. In Windows Explorer, navigate to the Build folder, and look inside the Data folder -> Plugins/x86_64
6. Observe the files
Expected result: Both SimpleUnityPlugin.dll and SimpleUnityPlugin.pdb are present
Actual result: Only SimpleUnityPlugin.dll is present
Reproducible with: 2023.1.0a1, 6000.0.62f1, 6000.2.12f1, 6000.3.0b9, 6000.4.0a4, 6000.5.0a2
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: the PDB missing means that we're not able to correctly symbolicate stack traces involving the native DLL, reducing the quality of crash and error data from the built game
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some Build Profile settings do not remain checked when launching a project without the /Library folder through the command line
- TextMeshPro gradient tags render as literal text when using a font that contains only a part of the ASCII character set
- Small rectangles appearing in the corner of title text in Editor when System Font and Bitmap are selected in preferences
- The shortcut character is typed into the name field when a [Shift + <any alphanumeric key>] shortcut is used to create the asset from "Asset/Create"
- TextMeshPro ligatures broken when Font Style setting is changed from “Lowercase” to “Uppercase”
Add comment