Hello this is a really interesting question! To reduce CPU usage, here are some rules to follow: - Textures sizes do not impact CPU they are completely GPU handled - Number of objects: try to keep it low - Try to keep the number of materials low to avoid context switching - In a general manner, try to reduce or completely avoid instancing new objects because it adds pressure to the garbage collector (which is fully CPU based) - Collisions and physics are also CPU in