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
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
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.