- Home /
HELP!!!! The project can't be built.
I want to build my project for windows (.exe). I clicked "build" and it loaded normally. After the loading, nothing happened. The build folder that I have selected is empty. Why? Other projects worked fine. I tried to build the project several times (including x86 and x86_64), but still, nothing happened. How can I build this project?
Error message: build completed with a result of 'failed' unityengine.guiutility:processevent(int32, intptr)
The Editor.log file is here. https://drive.google.com/open?id=175OmLZHDy9dl40DBTh7IrMzRj4fRrOU1
Answer by michaeltung · Oct 15, 2019 at 01:46 PM
I find the solution! I adjusted the mesh colliders into 3D and this made the game cannot be built. I removed the "3D mesh colliders" and the problem has been solved.