Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Cutting down file size of a project

Discussion in 'Editor & General Support' started by firas darwiche, Sep 11, 2007.

  1. firas darwiche

    firas darwiche

    Joined:
    Oct 4, 2006
    Posts:
    130
    I have a project that only contains 4 cubes created in unity and two scripts, and its size is above 50 mb (22 mb when archived).

    is there a way to purge unnecessary unused assets and files from the project at least for the process of uploading it as an attachment to the forum.

    thanks,
    Firas.
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    You probably want to remove the standard assets from the project folder if you are not using them. I am assuming you are talking about project folder size not deployed size, since that automaticall strips assets that are not in use.