Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    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:
    979
    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:
    979
    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.