Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

game size question

Discussion in 'PSM' started by blackbird, Dec 14, 2014.

  1. blackbird

    blackbird

    Joined:
    Aug 9, 2011
    Posts:
    591
    i m near finishing my game which will exceed the 1GiB for sure and i don t won t to cut my game into many episodes ... so my question is there no any chance to double the download size ? i saw a game from sqaure enix which is 600 mega big but there is a note that say the game need additional files to download after downloading the main file so my question how i can do that if sony allows that ?
     
  2. jesusluvsyooh

    jesusluvsyooh

    Joined:
    Jan 10, 2012
    Posts:
    377
    "Asset bundles" is what your looking for.
    Also, remember your 'Project size' is not the same as your 'build size' i have a 3gb unity project, but when built it is 200mb. :)
     
    BrandyStarbrite and blackbird like this.
  3. blackbird

    blackbird

    Joined:
    Aug 9, 2011
    Posts:
    591
    is there any good tutorial about asset bundles does that work on vita too because the build size of each scene is more than 110 mega :/
     
  4. jesusluvsyooh

    jesusluvsyooh

    Joined:
    Jan 10, 2012
    Posts:
    377
    If you have more than 110 meg of textures and such in each scene i can imagine its going to lag like crazy and take ages to load, i recommend lowering textures to 1024*1024 or 512*512, sound compressions to 128kps compressed mpg.

    You can use the editor log Unity has to see the sizes of various pieces, doing these will be far easier than learning and using asset bundles :)
    http://docs.unity3d.com/Manual/ReducingFilesize.html

    Oh and please post your results, it will be interesting to see them, you should try get onto the section that looks like this image:
     
    Stelitz and blackbird like this.
  5. blackbird

    blackbird

    Joined:
    Aug 9, 2011
    Posts:
    591
    thank you for your efforts man !!! you are the best .... !!!
     
  6. jesusluvsyooh

    jesusluvsyooh

    Joined:
    Jan 10, 2012
    Posts:
    377
    blackbird likes this.
  7. blackbird

    blackbird

    Joined:
    Aug 9, 2011
    Posts:
    591
    cool thank you again seems very useful