- Home /
Bugs when I build the game to Windows
When i play the game in the inspector of unity i have 0 bugs and the levels work correctly but when i bulid the game and i play some levels show me bugs of the life bar or i can't take damage or interactue in the level. How i can check the errors on a build? Is possible to debug in a build or other solutions?
Answer by andrew-lukasik · Nov 19, 2021 at 03:13 PM
There is always a log file: https://docs.unity3d.com/Manual/LogFiles.htmlHow can I check the errors on a build?
Yes. You can build your project in Debug mode. This enables code debugging and performance profiling.Is possible to debug in a build
I build the game in mode development build and works excellent, the program tell me every moment the error in the script and the line exactly. Thank you for your respond.
Your answer
Follow this Question
Related Questions
Error while building (Windows store 8.1) 0 Answers
Distribute terrain in zones 3 Answers
Can't build my game! 1 Answer
Object moving throw ProBuild Object 0 Answers
No .xcode project when building to iOS in Unity 2018.2.3f1 0 Answers