Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.1.0p2
Issue ID
955811
Regression
Yes
Launching Unity from Command prompt without batchmode results debug output to console in Windowed mode
How to reproduce:
1. Open Command Prompt
2. Launch Unity editor from a Command prompt(e.g "pathToUnity\Unity.exe" -projectPath "pathToAnyProject")
-- Unity editor should start and console doesn't wait as expected
3. Close Unity Editor
--Random output is written
Expected result: The Editor should either run a Windowed application (so no stdout output), or a Console application (with possible stdout output).
Actual result: The result is a mixture of Windowed application which still runs when Editor is launched but after closing Editor output is written.
Regression first introduced in: 5.5.1p2
Reproducible with: 5.5.1p2, 5.5.3p2, 5.5.4p2, 5.6.1f1, 5.6.3p4, 2017.1.0p2, 2017.1.1p3, 2017.2.0b11, 2017.3.0b2
Not reproducible with: 5.5.0a6, 5.5.1f1, 5.5.1p1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment