Hello Everyone ,
I’m currently using PlayCanvas to create intricate 3D environments with lots of objects, intricate textures, and dynamic lighting. Even though I’ve come a long way, I’m still having performance problems, especially with intermittent lag during interactions and frame rate reductions.
Here are some specifics regarding my project:
- There are more than 200 objects in the scene, both dynamic and static.
- I think that the use of real-time shadows and high-resolution textures may be causing a performance hit.
- Although web browsers are the main target platform, I also want to achieve seamless performance on mobile and desktop computers.
- Even though I’ve already put some fundamental optimisation strategies into practice, such as texture compression, level of detail (LOD), and culling, I’m still having problems, especially with older hardware.
Any guidance or suggestions from people who have faced comparable difficulties would be very appreciated.
In particular, I’m curious about:
1. Strategies for lowering draw calls: In a scenario with a large number of objects, are there any particular techniques or tools in PlayCanvas which you would suggest using to minimise draw calls?
2. Effective lighting arrangements: How can I use dynamic light and shadows to combine performance and visual accuracy? Are there any specific configurations or methods that lower the real-time lighting’s performance cost?
3. Mobile Optimization: What are some important factors or settings I should pay attention to in order to make sure the game functions properly on handheld devices without significantly compromising on visual quality?
https://forum.playcanvas.com/t/playing-animation-sequences-on-3d-mesh-texture-and-alpha-playcanvas-x-zapworks/servicenow
Thank you in advance.