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
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.