Search Unity

IL2CPP Building Error

Discussion in 'Windows' started by IronMoonGames, Apr 10, 2020.

  1. IronMoonGames

    IronMoonGames

    Joined:
    Sep 1, 2019
    Posts:
    2
    Hello, there is a problem when building a project on IL2CPP, what should I do in this case?
    Such a problem only with the PC version of the project, for example, on the android version everything works fine
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    What's the error?
     
  3. IronMoonGames

    IronMoonGames

    Joined:
    Sep 1, 2019
    Posts:
    2
    The problem was this il2cpp.exe did not run properly, but I decided to hike it by downloading something in Visual Studio 2019, I downloaded the pack for developing classic C ++ applications, and now I'm trying to build the game and everything is fine
     
  4. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,938
    That is correct, IL2CPP requires Visual Studio with the C++ workload to build for Windows Standalone player.