falopicks.blogg.se

Unity pc build what does compression method mean
Unity pc build what does compression method mean









unity pc build what does compression method mean

You should be very careful with this setting, because using it on all your audio clips (Unity does it by default!) may consume large amount of your game’s memory! Do you see the info box on the screenshot? Original file size is computed to 35.9 MB and the imported size to 10.7 MB. Memory mattersĪll Audio Clips are imported by default with “Decompress On Load” Load Type and “Vorbis” Compression Format. WebGL can work only with AAC audio clips).

unity pc build what does compression method mean

Note that not each platform can handle all of these compression formats, and some platforms have only one format available (e.g. Currently, in Unity 5.2.1 this can be PCM, ADPCM, Vorbis/MP3 and HEVAG.

unity pc build what does compression method mean

Unity supports many different audio formats, but in the end it converts them all to preferred (by the engine) format. This rule unfortunately does not apply to Audio Clip Import Settings.Īudio Clip (sound files) importing is working very similar to texture importing. Of course, defaults are not optimal in most cases, but your game should be working OK. When working with Unity many things can keep their default settings set and everything will be working just fine. This time we will talk about sound import settings and why it matters. Last time, in Part 1, we talked about how texture import settings can kill your game performance. Yet, there are some things so simple that we often forget about their existence, but these can have a serious impact on your game performance. These are difficult issues, and you as a game developer should always remember to keep good balance between visuals and performance. Your models may have too many triangles for your target platform to handle, your algorithms may be too expensive for your CPU, and also you may be using too many materials so batching won’t work efficiently. There are many things that may go wrong with your game development.











Unity pc build what does compression method mean