Unity Version Control for Rider

Unity Version Control has come a long way since Plastic, but WE NEED BETTER INTEGRATION FOR RIDER. JetBrains rider is now free so there’s more reason to make this better for people to use your services

This is a top issue for me as someone that is tentatively using unity version control as an experiment. Will just swap back to git without it lol…

It’s free only for non-commercial use, eg learning, hobby, open source. They also collect usage data from you, which is some form of payment too.

Any improvements towards Rider integration should be directed at JetBrains, not Unity. JetBrains develops the Rider plugin, not Unity.

That has nothing to do with what I’m talking about, the Version control plugin FOR rider is by plastic (I.e Unity) therefor they should make that plugin better

Hello, can you specify the issues/requests you are missing in the Unity Version Control integration for Rider? I will share this with the product team.

So on macOS I have just tried this again: downloading the plugin from here (which isn’t super-easy to find). Installing the plastic4idea.jar plugin manually into rider.

Attempting any operation within Rider results in Connection Refused errors happening (have tried: annotations, getting history on a file)

Rider also shows an exclamation point showing the following stacktrace:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.codicesoftware.intellij.actions.ActionCreateWorkspace' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: Plastic SCM Integration]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:201)

I’m also fairly certain these issues have been happening with the idea plugin on macos for at least a year.

Being able to see branches in the IDE similar to git, switching branches, cherry-picking, shelving, changing change set

Also, you guys added a feature to access repos through links on the desktop app, we should also be able to download a repo and create a workspace from rider. Just like how you can with git. The idea behind this is you’re not teaching people to juggle a third app like right now when we develop we need to have unity, rider, and plastics desktop app open to have full control like branching, merging, etc. When we should have feature parody from the desktop app and IDE integration plugins. Doing this could make the version control tool more than just a game dev tool but a true git competitor, and trust me I’ve used git, it’s soooo cumbersome the “way things work” in git but Unity version control is way more intuitive but just needs to have its full suite of tools in the IDE

We have created a task to fix the reported issue with the Rider plugin.

For feature requests, please include them in the following link:
https://portal.productboard.com/m8i3g2dqrmywvbqnkdmzeauv/c/819-didn-t-find-what-you-were-looking-for

IntelliJ plugin for Unity version control on Rider crashes everyday, when opening rider.

When it crashes, in Activity Monitor there always left
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
process spending 99% cpu.

and if i tried opening rider more, there comes multiple cm processes

Using Rider probably be the only actual choice on mac osx to use Unity. Can it be resolved?

Sounds like an issue you should report to JetBrains - either the plugin or Rider is crashing, not Unity. Or did you mean Unity is crashing?

Either way, you get log files for both. Do inspect them, they often help narrow down the issue.

Also mention explicitly which plugin that is. I can’t find a “Unity Version Control” plugin in Rider (Windows), and I checked all of those labelled “IntelliJ” - since it’s odd that you would have a Unity plugin for IntelliJ - which is a Java IDE.

@tjPark can you provide more info about your current setup?

  • Rider version
  • plugin version
  • OS

Also some logs and the client.conf file would be helpful.
Anyway, as a first check I would recommend to test your current cm. You can do this by going to Settings → Version Control → Unity Version Control.

  • Check where is pointing your “Path to CLI exec…”
  • Click on the Test button: You should receive a valid cm version
  • Check the plugin is enabled
  • Test (Server) Connection


Note that this configuration is per project/workspace.

Sorry for the inconveniences.

Pablo

Thanks for your comment.

rider: JetBrains Rider 2025.3.1
plugin: 2.1.0
os: 15.7.3(24G419)
iMac Pro 2017

I cannot find the setting you said, maybe because my computer is mac?

Anyway for about a week, I am not experiencing the problem I wrote before.

Recently I changed one setting from the PlasticSCM:

  • Unity DevOps Version Control Preferences - Other options - Miscellaneous
  • Check content (hash) when the file timestamp is modified to set it as “Changed”
    I recently checked this setting on, as I don’t want to see many untouched files listed on the version control.

I am not sure if it affected.
But I am not experiences crash and not seeing the weird process running.

Thank you.
Have a good day.

now I am having the almost same problem.
There actually were problem occurred again but I thought It could be my old intel imac pro problem.

I changed my computer to new macbook and the problem still exists.
Whenever my mac is Hot​:fire::fire: there always exists the cm process. when I face the hotness & the process, I can’t handle my anger about the fact: it sucks my new laptop battery life!!
So I hope there could be some forever solution for this :innocent:

about the setting scene:


I don’t know the difference but when I changed client address as cm.app/xxxx, when I reset the laptop, it changes as /usr/local/bin/cm.

rider version: JetBrains Rider 2026.1.2
plugin version: 11.0.16.10042
os: tahoe 26.5, mac book pro 14 m5

If you need more information for investigation, please let me know. I’d like to love this service​:person_in_lotus_position:

while im using rider today, I faced this unity versioncontrol exception. not sure it’s connected to the topic :

com.intellij.diagnostic.PluginException: Cannot init component state (componentName=Plastic.Settings, componentClass=PlasticSettings) [Plugin: com.unity.versioncontrol]
	at com.intellij.configurationStore.ComponentStoreImpl.initComponent$suspendImpl(ComponentStoreImpl.kt:232)
	at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt)
	at com.intellij.configurationStore.ComponentStoreWithExtraComponents.initComponent(ComponentStoreWithExtraComponents.kt:48)
	at com.intellij.serviceContainer.ServiceInstanceInitializerKt.initializeService(ServiceInstanceInitializer.kt:157)
	at com.intellij.serviceContainer.ServiceInstanceInitializerKt.access$initializeService(ServiceInstanceInitializer.kt:1)
	at com.intellij.serviceContainer.ServiceInstanceInitializer.createInstance$suspendImpl(ServiceInstanceInitializer.kt:75)
	at com.intellij.serviceContainer.ServiceInstanceInitializer.createInstance(ServiceInstanceInitializer.kt)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1$1.invokeSuspend(LazyInstanceHolder.kt:181)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1$1.invoke(LazyInstanceHolder.kt)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1$1.invoke(LazyInstanceHolder.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:67)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1.invokeSuspend(LazyInstanceHolder.kt:179)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1.invoke(LazyInstanceHolder.kt)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1.invoke(LazyInstanceHolder.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:20)
	at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:360)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:134)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:53)
	at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.initialize(LazyInstanceHolder.kt:164)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.access$initialize(LazyInstanceHolder.kt:29)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.tryInitialize(LazyInstanceHolder.kt:154)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstance(LazyInstanceHolder.kt:112)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstanceInCallerContext$suspendImpl(LazyInstanceHolder.kt:104)
	at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstanceInCallerContext(LazyInstanceHolder.kt)
	at com.intellij.serviceContainer.ComponentManagerImplKt$doGetOrCreateInstanceBlocking$1.invokeSuspend(ComponentManagerImpl.kt:1698)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:112)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$BuildersKt__BuildersKt(Builders.kt:87)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlockingWithParallelismCompensation(Builders.kt:63)
	at kotlinx.coroutines.BuildersKt.runBlockingWithParallelismCompensation(Unknown Source)
	at kotlinx.coroutines.internal.intellij.IntellijCoroutines.runBlockingWithParallelismCompensation(intellij.kt:48)
	at com.intellij.util.IntelliJCoroutinesFacade.runBlockingWithParallelismCompensation(IntelliJCoroutinesFacade.kt:35)
	at com.intellij.serviceContainer.ComponentManagerImplKt.runBlockingInitialization$lambda$0(ComponentManagerImpl.kt:1829)
	at com.intellij.openapi.progress.ContextKt.prepareThreadContext$lambda$0(context.kt:93)
	at com.intellij.concurrency.ThreadContext.resetThreadContext(threadContext.kt:294)
	at com.intellij.openapi.progress.ContextKt.prepareThreadContext(context.kt:92)
	at com.intellij.serviceContainer.ComponentManagerImplKt.runBlockingInitialization(ComponentManagerImpl.kt:1814)
	at com.intellij.serviceContainer.ComponentManagerImplKt.doGetOrCreateInstanceBlocking(ComponentManagerImpl.kt:1697)
	at com.intellij.serviceContainer.ComponentManagerImplKt.getOrCreateInstanceBlocking(ComponentManagerImpl.kt:1686)
	at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:803)
	at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:741)
	at com.unity.versioncontrol.plastic.PlasticSettings.getSettings(PlasticSettings.java:43)
	at com.unity.versioncontrol.application.PlasticVcs.getCmExePath(PlasticVcs.java:239)
	at com.codicesoftware.plastic.core.EnvironmentManager.getSafeCmExePath(Unknown Source)
	at com.codicesoftware.plastic.core.PlasticEphemeralShell.buildWithWkServer(Unknown Source)
	at com.codicesoftware.plastic.core.PlasticShell.getShell(Unknown Source)
	at com.codicesoftware.plastic.core.PlasticShell.execute(Unknown Source)
	at com.codicesoftware.plastic.commands.ListWorkspacesCommand.internalexecute(Unknown Source)
	at com.codicesoftware.plastic.commands.ListWorkspacesCommand.execute(Unknown Source)
	at com.codicesoftware.plastic.query.QueryCommands.GetLocalWorkspaces(Unknown Source)
	at com.unity.versioncontrol.application.PlasticVcs.checkBindings(PlasticVcs.java:329)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:828)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:775)
	at com.intellij.util.messages.impl.MessageBusImplKt.deliverMessage(MessageBusImpl.kt:514)
	at com.intellij.util.messages.impl.MessageBusImplKt.pumpWaiting(MessageBusImpl.kt:493)
	at com.intellij.util.messages.impl.MessageBusImplKt.access$pumpWaiting(MessageBusImpl.kt:1)
	at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:556)
	at jdk.proxy2/jdk.proxy2.$Proxy161.directoryMappingChanged(Unknown Source)
	at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.notifyMappingsChanged(NewMappings.java:591)
	at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.setNewMappedRoots(NewMappings.java:332)
	at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.updateMappedRootsImpl(NewMappings.java:304)
	at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.updateMappedRoots(NewMappings.java:282)
	at com.intellij.openapi.vcs.impl.projectlevelman.NewMappings.activateActiveVcses(NewMappings.java:143)
	at com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl$ActivateVcsesStartupActivity.execute(ProjectLevelVcsManagerImpl.kt:651)
	at com.intellij.openapi.vcs.impl.VcsInitialization$runActivities$2$1.invokeSuspend(VcsInitialization.kt:186)
	at com.intellij.openapi.vcs.impl.VcsInitialization$runActivities$2$1.invoke(VcsInitialization.kt)
	at com.intellij.openapi.vcs.impl.VcsInitialization$runActivities$2$1.invoke(VcsInitialization.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:67)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span(tracer.kt:59)
	at com.intellij.idea.Main$startApp$2$1$1.span(Main.kt:108)
	at com.intellij.diagnostic.CoroutineTracerShim.span$default(CoroutineTracerShim.kt:31)
	at com.intellij.openapi.vcs.impl.VcsInitialization$runActivities$2.invokeSuspend(VcsInitialization.kt:184)
	at com.intellij.openapi.vcs.impl.VcsInitialization$runActivities$2.invoke(VcsInitialization.kt)
	at com.intellij.openapi.vcs.impl.VcsInitialization$runActivities$2.invoke(VcsInitialization.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndspatched(Undispatched.kt:67)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:43)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:165)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span(tracer.kt:59)
	at com.intellij.idea.Main$startApp$2$1$1.span(Main.kt:108)
	at com.intellij.diagnostic.CoroutineTracerShim.span$default(CoroutineTracerShim.kt:31)
	at com.intellij.openapi.vcs.impl.VcsInitialization.runActivities(VcsInitialization.kt:181)
	at com.intellij.openapi.vcs.impl.VcsInitialization.runInitStep(VcsInitialization.kt:177)
	at com.intellij.openapi.vcs.impl.VcsInitialization.execute(VcsInitialization.kt:140)
	at com.intellij.openapi.vcs.impl.VcsInitialization.access$execute(VcsInitialization.kt:63)
	at com.intellij.openapi.vcs.impl.VcsInitialization$future$1.invokeSuspend(VcsInitialization.kt:82)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:610)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runDefaultDispatcherTask(CoroutineScheduler.kt:1194)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:906)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:775)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:762)
Caused by: com.intellij.serialization.SerializationException: java.lang.NullPointerException: Cannot invoke "com.intellij.openapi.project.Project.getService(java.lang.Class)" because "project" is null
	at com.intellij.serialization.PropertyAccessor.set(PropertyAccessor.java:122)
	at com.intellij.util.xmlb.XmlSerializerImpl.doSet(XmlSerializerImpl.java:197)
	at com.intellij.util.xmlb.TagBinding.deserialize(TagBinding.kt:243)
	at com.intellij.util.xmlb.BeanBindingKt.deserializeNestedBindingInto(BeanBinding.kt:488)
	at com.intellij.configurationStore.StateStorageBaseKt.getXmlSerializedState(StateStorageBase.kt:477)
	at com.intellij.configurationStore.StateStorageBaseKt.deserializeStateWithController(StateStorageBase.kt:348)
	at com.intellij.configurationStore.StateStorageBase.getState(StateStorageBase.kt:76)
	at com.intellij.configurationStore.ComponentStoreImpl$doCreateStateGetter$1.getState(ComponentStoreImpl.kt:678)
	at com.intellij.configurationStore.ComponentStoreImpl.initComponent$suspendImpl(ComponentStoreImpl.kt:997)
	... 101 more
Caused by: java.lang.NullPointerException: Cannot invoke "com.intellij.openapi.project.Project.getService(java.lang.Class)" because "project" is null
	at com.unity.versioncontrol.application.PlasticManager.getInstance(PlasticManager.java:43)
	at com.unity.versioncontrol.plastic.PlasticSettings.setCmExePath(PlasticSettings.java:94)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at com.intellij.serialization.PropertyAccessor.set(PropertyAccessor.java:97)
	... 109 more

Sorry for the delay @tjPark. If you are still facing a problem with the Rider plugin, could you open a ticket with us at: devops-uvcs-support@unity3d.com

Thank you for the reply.

I didn’t try to make a ticket as day by day rider changes, plugin changes and had not occurred for days, but it happened.

I tried to send email to : devops-uvcs-support@unity3d.com twice but failed, as saying:

**Delivery has failed to these recipients or groups:**

[devops-uvcs-support@unity3d.com](mailto:devops-uvcs-support@unity3d.com)
The address you sent your message to wasn't found at the destination domain. It might be misspelled or it might not exist. Try to fix the problem by doing one or more of the following:

* Send the message again, but before you do, delete and retype the address. If your email program automatically suggests an address to use, don't select it.
* Clear the recipient AutoComplete cache in your email program by following the steps in this article: [Status code 5.1.1](https://go.microsoft.com/fwlink/?LinkId=389363). Then resend the message, but before you do, be sure to delete and retype the address.
* Contact the recipient by some other means (by phone, for example) to confirm you're using the right address. Ask them if they've set up an email forwarding rule that could be forwarding your message to an incorrect address.

and below is the message I tried to send:
Thank you.


I was not facing the problem for a 10 days but today it occurred.

here are screen shots for the state(4 images).

I noticed the problem when I touched my macbook: its hot

below is the mssages of the last page( open files & ports? don’t know exactly as it was Korean)

Everytime it occurs , I feel anger about that it consumes my new macbook hardware as possible as it can be

And there are no way to block it happening

Thank you.

/Users/taejunpark/Projects/CandyPoint
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/usr/lib/dyld
/Library/Preferences/Logging/.plist-cache.IuLpoAri
/System/Library/CoreServices/SystemVersion.bundle/English.lproj/SystemVersion.strings
/usr/share/icu/icudt78l.dat
/private/var/db/timezone/tz/2026b.1.0/icutz/icutz44l.dat
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/libMono.Unix.dylib
/private/var/db/analyticsd/events.allowlist
->0xfaa91f966b80eb63
->0xf148bb663512052c
count=0, state=0xa
/var/folders/cx/9vx9c2n14yx38mvlz5_fh1ym0000gn/T/dotnet-diagnostic-11264-1781660167-socket
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
->0x9501bed71ed75796
->0x7573769ffb473076
count=0, state=0xa
count=0, state=0xa
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
[ctl com.apple.netsrc id 7 unit 93]
->0x8e3e338c841f89db
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm
/Applications/PlasticSCM.app/Contents/Applications/cm.app/Contents/MacOS/cm




Sorry, there was a misspelling. The email is: devops-vcs-support@unity3d.com
You also open support tickets via the Unity Support portal: https://support.unity.com/hc/en-us/requests/new?ticket_form_id=360001051792