Application.backgroundLoadingPrioritystatic var backgroundLoadingPriority : ThreadPriorityDescriptionPriority of background loading thread. Lets you control how long it takes to load data asynchronously vs. performance impact on the game while loading in the background.
JavaScript
// Load as much data as possible, as a result frame rate will drop. using UnityEngine; import UnityEngine |
