====== Churn ====== 'Churn' is a short hand for un-necessary changes Unity saves into in a file (usually a Unity scene file). It is usually used to describe any changes that show up in version control, that are un-related to the **real** changes you made in the file. Churn will create git conflicts, and because of this must be minimized in order to have an effective git merge workflow for scene file changes.((However, we have, in most cases, been able to eliminate almost all churn, as of 2020.2))