Search Unity

Unity 2017.2.0f3 trying to Build UWP

Discussion in 'Windows' started by ElSrJuez, Oct 14, 2017.

  1. ElSrJuez

    ElSrJuez

    Joined:
    Sep 15, 2017
    Posts:
    2
    I am trying to re-build my game using Unity 2017.2.0f3 after an upgrade.
    First, in the Build dialog, the build option was unavailable with an error that IL2CPP was not installed.
    If changing the Player script option to .NET, then I am getting a Build error:
    Code (csharp):
    1. Exception: Failed to build Visual Studio project MSBuild.exe exited with code 1.
    2. Output:App.cs(56,13): warning CS0618: 'ApplicationView.SuppressSystemOverlays.set' is obsolete: 'Use the TryEnterFullScreen method and IsFullScreenMode property instead of SuppressSystemOverlays. For more info, see MSDN.'
    Any ideas?
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
    Have you tried to re-install the IL2CPP modules?
     
  3. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    That error is not complete. As for IL2CPP being missing - did you actually install it?