> * Play around with the ``Forced LOD`` level (see above)
> * Play around with the ``Scalability Setting`` (Settings --> Engine Scalability Settings), this also helps for getting MetaHumans to run in VR in UE 4.26. Just see what details level is the best trade-off for you.
> * For more information have a look at the [debugging and performance testing](https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unrealprojecttemplate/-/wikis/Performance-Debugging-and-Profiling) wiki entry.
* I want to use my own idle animation instead of the default ones provided in the ``Default`` state machine in the animation blueprint.
> * The ``VirtualHuman`` actor has an array of ``CustomIdleAnimations`` where you can specify those and they will be played in the ``DefaultSlot`` overwriting the default state machine.
> * :warning: This however also means that locomotion does not work anymore in that case! If you need that to work, you have to replace the idle in the blend space used
> * If you give multiple animations from those always random ones are played and blended between.