Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

HELP!!!! Unity build folder is empty

Discussion in 'Windows' started by michaeltung, Oct 15, 2019.

  1. michaeltung

    michaeltung

    Joined:
    Aug 9, 2017
    Posts:
    24
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,646
    Relevant bit of the log:

    Code (csharp):
    1. DisplayProgressNotification: Build Failed
    2. Error building Player: 399 errors
    Looks like you have a lot of errors occurring during the build and you have strict build mode enabled (https://docs.unity3d.com/ScriptReference/BuildOptions.StrictMode.html), which prevents the build from succeeding even if there's a single error.
     
  3. michaeltung

    michaeltung

    Joined:
    Aug 9, 2017
    Posts:
    24
    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.

    Btw, thanks.