Closed hulent closed 4 years ago
I just found IsLoadDone function, when I use hlod system to a large scene streaming loading, we need the loading progress.
Thank you for your feedback. Let me check.
You can calculate progress like this:
loadProgress.maxValue = controller.GetNodeCount(); loadProgress.value = controller.GetReadyNodeCount();
loadProgress.maxValue = controller.GetNodeCount();
loadProgress.value = controller.GetReadyNodeCount();
I just found IsLoadDone function, when I use hlod system to a large scene streaming loading, we need the loading progress.