Requires edit to VRChat SDK:- Open your unity project folder, then open text file '/Assets/VRCSDK/Dependencies/VRChat/Scripts/AvatarPerformance.cs' - Search for 'GoodPeformanceStatLimits' (Located on line 123), under it is 'PolyCount = 70000' - Change it to 'PolyCount = 100000' - Save and restart unity to apply