Set up optimisation profiles

Learn how to set up your optimisation profiles

Set up profiles in your project settings

To set up optimisation profiles, go to your project settings in the Game and Skeletal Rate Optimisation Settings.

Add a profile by creating an array element, you can add as many profiles as you want.

Here is what you need to setup :

  • Profile Name : A unique name used to identify and apply profiles

  • Enabled : Defines if you want this profile to enable the optimisations

  • Mode :

    • LOD based rate

    Optimisation mode where the number of skipped frames is linked to the current LOD

    • Screen Size based rate

    Optimisation mode where the number of skipped frames is linked to the screen size of the mesh

    • Max Distance Factor based rate

    Optimisation mode where the number of skipped frames is set according to the distance factor of the mesh to the player

  • Interpolation : Should the skipped frames interpolate.

  • Debug : Enables a debug display in the editor

Last updated