Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResolveConflict()

Resolve a conflict if another script has already modified the element.
Read time 1 minuteLast updated 10 days ago

Definition

public void ResolveConflict()

Remarks

If you call this method and the element was not modified, the build will fail. This is to make sure that you call this method explicitly to resolve an existing conflict.