Unity 4.3 Perforce login fails

Hi,

I am unable to connect to my Perforce project from Unity version control.
I’m using the same workspace that I’ve used without issues for a while and I have no problem connecting to it from P4V, however when I attempt to do that from Unity I keep getting the Login Failed error.

I’m running Unity on osx.
There are some requirement for Perforce on osx that it has to be launched from the workspace folder… I wonder if that has something to do with why Unity can’t connect?

Any advice would be much appreciated.

Thanks!

I got the connection problems resolved by using the P4 commandline tool to set the following:
p4 set P4CONFIG=p4config.txt
p4 set P4HOST=workspace

However, the connection in very flaky and requires me to reconnect often, anyone else experiencing this?