Importing Unity project does not allow for default git behavior
When imnporting a Unity project into WVS you are given the following choice:
Found a Unity project.
When importing a Unity project, you must specify an import variant.
--variant lock (specifies you want to using locking for unity assets)
--variant merge (specifies you want to use mergeable unity assets)
However, there is no way to choose standard git behavior (no locking, and standard text merge instead of unity merge).
There needs to be a 3rd "nolock" option.