[SOLVED] My project is using a lot of CPU and GPU

Please help me to see if there is a problem with my code。

url:PlayCanvas 3D HTML5 Game Engine

Hi @Geekln ,

That’s to be expected, you have some huge files in your project that aren’t optimized at all for live rendering.

You should start by reducing they polycount and if possible merge materials to reduce the number of draw calls required to render such a model.

3 Likes

Thank you!