You can try some of the ones listed below:
-
r.Lightmass.Debug: This command displays the lightmass debug information on the screen. It can be useful to see the status of the lightmass build process and to identify areas that may need further optimization. -
stat LightRendering: This command displays information about the lighting system, including the number of lights, shadow maps, and other related statistics. -
stat SceneRendering: This command shows detailed information about the current frame, including the number of draw calls, triangles, and other rendering statistics. -
stat Unit: This command displays information about the performance of the game engine, including the number of draw calls, triangles, and other hardware-related statistics. -
stat FPS: This command shows the current frame rate and the average frame rate over the last second.