assets-refresh
Refresh Unity's AssetDatabase to detect external file additions or updates, and force script recompilation when .cs files change outside the Unity API.
Instructions
Refreshes the AssetDatabase. Use it if any file was added or updated in the project outside of Unity API. Use it if need to force scripts recompilation when '.cs' file changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Import options. ENUM: "Default", "ForceUpdate", "ForceSynchronousImport", "ImportRecursive", "DontDownloadFromCacheServer", "ForceUncompressedImport". Default: "ForceSynchronousImport". Accepts string name or integer value. | 8 |