Search Issue Tracker
Fixed in 5.3.6
Votes
1
Found in
5.3.3p2
Issue ID
776804
Regression
Yes
[Version Control][PlasticSCM] "Version control plugin error" while trying to connect to Plastic Server
I have Plastic SCM server installed on Win8.1 machine and is able to connect to it from Unity Editor on the same machine but when I try to connect from any other machines (even with the same credentials) through Unity Editor is says "Version Control plugin error" "Plastic scm not installed". See attached editor logs
But the visual client for Plastic SCM is able to connect to that server.
So, it maybe the problem with licensing the unity-plugin inside plastic scm lic file, or the unity plugin error itself.
I've described the situation to codice guys (plastic scm devs), they don't answered yet.
Steps:
1. Run plastic scm server on one machine
2. Try to connect to this server from another machine
==>
"Version Control plugin error"
"Plastic scm not installed" error in console
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when attempting to remove a binding in the UIBuilder for a UxmlObjectReference
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
JesusM
Mar 15, 2016 14:57
Hi,
Are the other machine(s) running MacOs El Capitan?
If so, there is a known issue related with the PATH variable Unity is using for El Capitan (Unity is still using "/usr/bin:/bin:/usr/sbin:/sbin" but not "/usr/local/bin", which is the right place to put binaries on the El Capitan).
To workaround the issue, you can edit the following file:
/Applications/Unity/Unity.app/Contents/Tools/VersionControl/PlasticSCMPlugin
And change this line:
EXE_DEFAULT_PATH="/Applications/PlasticSCM/client/PlasticSCMUnityPlugin"
With the following content:
EXE_DEFAULT_PATH="/usr/local/bin/PlasticSCMUnityPlugin"
Save the file and the plugin should start working.