CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ IsEditable() [2/4]

static void IsEditable ( [NotNull] Object[] assets,
out List< String > notEditablePaths,
StatusQueryOptions options = DefaultStatusQueryOption )
static

Tests if the assets can be opened for editing in the version control system.

To get an error message query each failed path individually.

Parameters
assetsInstances of assets.
notEditablePathsList of paths that are not editable. Is empty if all paths are editable.
optionsStatusQueryOptions
See also