Optimization Tips & Tricks

Unity

Learn how to optimize your avatar in Unity using Ready Player Me for better performance in games. The four parameters for configuring avatars are level of detail (LOD), texture size, texture atlasing, and morph target or blend shapes. LOD has three types: high, medium, and low. High is the highest quality but takes up the most performance while low reduces the poly count by 50%.

Unity

Video Tutorial