Server Build Size
Last updated
Was this helpful?
Last updated
Was this helpful?
To help reduce the size of your game server build, here is a simple trick that you can do:
Inside your project, locate every texture in your assets;
For each texture, select the Dedicated Server
tab;
Check the Override for Dedicated Server
option;
Set the Max Size
to 32.
Afterwards, you can proceed with the rest of your building process as usual.
It is possible to override some settings for Audio
files as well in a similar way. However, Unity already deactivates the Audio subsystem automatically when creating a dedicated server build.