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

Computer crashes if platform is switched

Discussion in 'iOS and tvOS' started by annileo, Dec 13, 2018.

  1. annileo

    annileo

    Joined:
    Nov 9, 2018
    Posts:
    3
    Hello!

    I switched platform from Android to iOS. After switching it starts to load assets and in some point everything crashes. If I restart my computer and open my project in Unity it continues to switch platform and then crashes. I have tried many times and still not working.
    If I tried to switch platform in empty project it works fine.

    Thank you!
     
  2. MD_Reptile

    MD_Reptile

    Joined:
    Jan 19, 2012
    Posts:
    2,664
    It might be good to look at the editor logs. I assume your on a Mac and that your using a recent version of unity? (2017.x or 2018.x)

    Editor logs can be found here:
    https://docs.unity3d.com/Manual/LogFiles.html

    On macOS it says to look in: ~/Library/Logs/Unity/Editor.log
     
  3. annileo

    annileo

    Joined:
    Nov 9, 2018
    Posts:
    3
    I am on Windows. Can this be the problem?
     
  4. MD_Reptile

    MD_Reptile

    Joined:
    Jan 19, 2012
    Posts:
    2,664
    Well even so it shouldn't crash the editor, though you should know that to actually build to an iOS device or publish to the store you need to be using Mac OS.
     
  5. annileo

    annileo

    Joined:
    Nov 9, 2018
    Posts:
    3
    Thank you! Didn't know that. Building my first app.:)
    Finally managed to switch back to Android.
     
    MD_Reptile likes this.
  6. MD_Reptile

    MD_Reptile

    Joined:
    Jan 19, 2012
    Posts:
    2,664
    No problem, good luck!