Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Resolved Editor crashes when building player on Mac editor

Discussion in '2022.2 Beta' started by Kichang-Kim, Oct 20, 2022.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,012
    Hi. I found that Unity 2022.2.0b11 crashes when building Android/iOS player on Mac editor. Both Intel/M1 mac makes crashes.

    On Windows Editor, I can build without any problem.

    Reported as IN-20452 (contains crash log only, no reproducible project).

    Here is part of crash log:
     
  2. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,012
    I figured out more detailed reason for this issue. When I import 2022.2b project firstly, its monobehaviour links are broken if the script is located in Packages (include built-in packages, like URP). After "Re-import All", broken scripts are fixed and building player works well.