Cache server v6, different Unity versions for the same project

Hello,

I was wondering about how is the cache server handling one project using different versions of Unity. I have found this blog post from a year ago discussing this and basically saying that there might be issues because same GUID is used for the same asset, even if the binary representation has changed between versions. His solution was to run multiple local cache servers and “hack” correct setup into Editor startup.

Is this still the case in version 6 of the cache server or we don’t need to worry about that?

Thank you

Unfortunately the protocol does not include any identifying information for the Unity version - so v6 does not really improve matters. We did add a command line option to 2018.1 - -CacheServerIPAddress <host:port> - that will override the editor configuration at startup. With this you could create separate shortcuts to launch Unity using different cache servers settings.