Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

how unity works when building a game

I have added a lot of assets to make work easy , but in the end i didn't use them all in the game , so when we build a game in unity does it build just the assets used in the game or every thing ?

Best Answer

  • WarpWarp Administrator
    Accepted Answer

    Hey!

    When the game is built, the only data packaged into the executable/data file is what you use in the scene files added to the build settings.

    If you do not use an asset, it will not appear in the final executable.

    Hope this helps!

Answers

Sign In or Register to comment.