Version: Unity 6.1 Alpha (6000.1)
Language : English
Archives
Asset Loading Profiler module

Optimizing assets

Optimize and measure the performance of assets in your project. The Asset Loading ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating, or in your game logic. More info
See in Glossary
module and the AsyncReadManagerMetrics API allow you to measure how quickly Unity loads the assets in your project.

Topic Description
Asset Loading Profiler module Visualize the number of read operations on the assets in your project.
Asset loading metrics Monitor asset loading at runtime.

Additional resources

Archives
Asset Loading Profiler module