Problem with compile

Results 1 to 3 of 3
  1. #1
    Enthusiast Roundness is offline
    MemberRank
    May 2013 Join Date
    45Posts

    ! Problem with compile

    Hey i have this problem with Virtuos v19 without 4th classes. I get this :
    ---------------------- Done ----------------------

    Rebuild All: 8 succeeded, 0 failed, 0 skipped

    And still there is no .exe files after the compile in the output folder. For some weird reason i got it to kinda work once and got all the exe files except for the accountserver. Always ends up with 8 succeeded but still no exe files. Any ideas what to do ?


    Sorry for my bad english.


  2. #2
    Unity Developer SirTwistedStorm is offline
    MemberRank
    Oct 2008 Join Date
    TexasLocation
    597Posts

    Re: Problem with compile

    In property's under linker the output was never changed you should have edited it before compiling.

    I'd set it to this

    Code:
    .\..\..\Output\
    for each project

  3. #3
    Enthusiast Roundness is offline
    MemberRank
    May 2013 Join Date
    45Posts

    Re: Problem with compile

    Quote Originally Posted by 420twisted1 View Post
    In property's under linker the output was never changed you should have edited it before compiling.

    I'd set it to this

    Code:
    .\..\..\Output\
    for each project
    Thank you for the help worked perfect.



Advertisement