Profile
Last updated
Last updated
To profile various metrics and track the performance impact of mesh combining, you can use the profiling feature. Follow these steps to set up and enable profiling:
Open the profile modules settings: In the Unity Editor, navigate to "Window" > "Analysis" > "Profiler" to open the Profiler window. Then, click on the gear icon in the Profiler window toolbar to access the settings:
Add the MC metrics module: In the Profiler settings, click the "Add" button to add a new module. Search for "MC metrics" in the module list and select it:
Save the profile settings: Click the "Save" button to save the profile settings with the added MC metrics module.
Enter Play mode: To start the profiling, enter Play mode by clicking the Play button in the Unity Editor toolbar or by using the shortcut Ctrl + P:
During Play mode, the Profiler window will display the performance metrics related to mesh combining, allowing you to analyze the impact on CPU usage, rendering, and other relevant metrics.
By using the profiling feature, you can gain insights into the performance characteristics of mesh combining and optimize your project accordingly. Analyzing the metrics can help you identify potential bottlenecks, optimize your resource usage, and achieve optimal performance in your Unity project.