Unity - Scripting API: VersionControl.Provider.ResolveIsValid
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Declaration
public static bool ResolveIsValid(AssetList assets);
Parameters
| Parameter | Description |
|---|---|
| assets | The list of asset to be resolved. |
Description
Tests if any of the assets in the list have the conflicted state and can be resolved.
Returns true if one or more assets in the list are resolvable.