Unit Options Compatibility with Version Control

WeiYiHua

Member
Hello, when using version control tools like Git, I encountered some issues with the Unit Options panel.

Whenever I make changes to the parameters in the Unit Options, I can't track the file changes in Git. It seems that it's not located in the typical folders that Unity usually tracks.

Where is the local data for Unit Options stored, and can it be tracked by a version control tool with the root folder being the Unity project folder?

Looking forward to your response!
 
Storage through EditorPrefs should not be tracked by Git. At present, I can only increase Type by modifying AdditionalUnitOptions.asset. But this will lead to the modification of the file of UIS. Can this be improved?
 
Top