Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a13
2019.3.2f1
2020.1
2020.2
Issue ID
1223624
Regression
Yes
Running Unity with terminal and using -logFile does not provide stdout log
Reproduction steps:
1. Open terminal
2. Run Unity from the terminal (example path/to/Unity -quit -batchmode -logFile)
Expected result: Terminal logs out Unity actions
Actual result: Terminal does not log out anything
Reproduces on: 2019.1.0a13, 2019.3.3f1, 2020.1.0b1, 2020.2.0a2
Regression introduced: 2019.1.0a13
Does not reproduce: 2017.4.37f1, 2018.4.18f1, 2019.1.0a12
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
Resolution Note:
This change was made intentionally to align with other platforms. You now must specify "-logFile -" to get output to direct to stdout. See the documentation for more info: https://docs.unity3d.com/Manual/CommandLineArguments.html