Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.3.0a1
2018.2.12f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1099724
Regression
No
"Debug.Log()" outputs file which is not relevant to the user when using IL2CPP scripting backend
Reproduction steps:
1. Create a New Project
2. Create a Script where there is a "Debug.Log()" printed when playing
3. Attach it to any GameObject
4. Build the project with IL2CPP scripting backend or with Mono (and delete the .pdb files)
5. Run the built project executable
6. Observe the Player.log message contains a message similar to (Filename: .... Runtime/Export/Debug/Debug.bindings.h Line: 35), which is irrelevant from the user's perspective
Expected Result: No irrelevant line is printed
Actual Result: Irrelevant line is printed
Reproduced with: 2019.2.0a5, 2019.1.0b3, 2018.3.5f1, 2017.4.20f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment