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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment