Refresh()
Updates the BuildHistory incrementally, detecting build directories that have been added or removed on disk.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public static void Refresh()
Remarks
This is useful when build folders have been added or removed externally, such as when downloading additional builds. Existing cached build metadata is assumed to be unchanged. Use BuildHistory.RefreshFull to force a complete reload.