Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Provider.IsOpenForEdit

Suggest a change

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.

Close

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.

Close

Cancel

public static bool IsOpenForEdit(VersionControl.Asset asset);

Parameters

assetAsset to test.

Description

Returns true if an asset can be edited.

Version control systems like Perforce requieres that an asset is checked out before it can be edited, in that case this will test if the asset can be edited. Some version control systems support editing without checking out the asset in that case this will always return true.

Did you find this page useful? Please give it a rating: