You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Trying to import a project to cache server by specifying a server port number returns:
unity-cache-server-import CacheServerTransactions_Android.json 192.168.1.203:8126
IPV6 mirrors not supported
Fortunately, we are using the default port so not specifying the port works:
unity-cache-server-import CacheServerTransactions_Android.json 192.168.1.203
But eventually if we want to have one instance per project, we will have to use another port.