#Integration of Unity Verison Control with Rider

1 messages · Page 1 of 1 (latest)

drifting oak
#

I would like to use Unity Version Control (UVC) but I can't find a way to integrate it with Rider to see changes I have made. I could use git and UVC at the same time, but it feels cumbersome. Has anybody made it work? It can be a deal breaker for me.

ashen rose
#

I could use git and UVC at the same time,
you should not. they will end up fighting and you can easily end up with conflicts, and it neuters the potential collaborative aspect (including using separate devices)

drifting oak
#

OK, so I will have to stick to GIT then 🙁

ashen rose
#

are there not any uvc extensions for rider?

drifting oak
#

Haven't found any in the Rider repository. There used to be one for Plastic SCM, but it is no longer available.

drifting oak
#

OK, I have found a plugin. You need to install the standalone UVC client. In the plugins folder, there is one for IntelliJ. It has at least some functions I need, so it looks like I will be able to use it :).

novel marsh
ashen rose
# novel marsh How does this happen though? I don't think it will actually, because git and uvc...

writing won't really be an active issue aside from having double the work, but reading would basically have the 2 systems fighting for control over the working tree
wouldn't be super bad, given that these aren't live (like how onedrive might try to apply changes), but checking out commits in one would show a ton of changes in the other, or pulling changes would mean one thinks you've made a ton of changes
if you want to get around that by syncing the 2 repos, but then what happens if they end up desyncing?

#

you're basically trying to maintain 2 repos that occupy the same space

novel marsh
#

ahh I see

#

that make sense

west pelican
drifting oak
ashen rose
#

i mean, git is also perfectly capable

#

you probably would want to keep your history with existing projects