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

◆ CanMakeEditable() [4/5]

static void CanMakeEditable ( [NotNull] Path[] paths,
out List< String > notEditablePaths,
StatusQueryOptions options = DefaultStatusQueryOption )
static

Tests which assets can be made editable and provides a list of paths that cannot be opened for editing in the version control system.

To get a failure message query each individual path.

Parameters
pathsPaths to assets.
notEditablePathsList of paths that cannot be opened for editing. List is empty if all can be opened.
optionsStatusQueryOptions
See also