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
- The search field has an additional icon that has no functionality
- Splash Image logo is shown after being removed when pressing the Preview button
- Crash on GenerateParticleGeometry when creating certain particles
- HD Sample Buffer returns black for Rendering Layer Mask when Custom Pass Volume is not active
- SpriteRenderer has wrong input color when associated material uses SRPBatcher
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.