Server Build Size

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.

Last updated

Was this helpful?