Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
Issue ID
1095769
Regression
No
[Windows][Standalone] The Server Build though VS Project generation does not have a command window
When generate Server Build (Headless) standalone Player on Windows, it always launches with a command window.
However, if the user generates a Visual Studio project from the Editor, then builds the Server player from VS, the Player does not launch with a command window. Instead, it can only be seen or ended in the Task Manager.
Repro:
1. Launch Unity Editor with any project on Windows
2. Choose "Server Build" and "Generate Visual Studio Project" both on Build Settings (Ctrl + Shift + B)
3. Open the VS project once it is done building in Editor
4. Build the VS project with any configuration
5. Launch the final built Player
Expected: Server Build Player launches with a comment window after built from VS project
Reality: Server Build Player does not launch with a comment window after built from VS project
Happens to: Trunk in 2019.1.0a7
Comments (32)
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
- “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
millertom3862
Feb 20, 2024 11:13
To remove AMD drivers in non-safe mode, use the following command:
DDU.exe -r -norestart -amd
This will remove AMD drivers without restarting your system or entering safe mode.
elenatim455
Aug 12, 2022 10:13
thnaks