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
We need to build our game against a lot of platforms and use symlinks to reduce the load and speed up build processes. I was glad to see --dereference exists. Unfortunately it does not work. :(
Invalid container, found the following problems:
Two entries have the same name:
drwxrwxrwx - Data/StreamingAssets/AssetBundles/
drwxrwxrwx - Data/StreamingAssets/AssetBundles/
On Windows you can make a symlink with:
mklink /J "dstpath" "srcpath"
A further note by the way - This whole error silently fails when trying to push on an existing channel. I had to make a new fresh channel to get the error and root problem.
The text was updated successfully, but these errors were encountered:
We need to build our game against a lot of platforms and use symlinks to reduce the load and speed up build processes. I was glad to see
--dereference
exists. Unfortunately it does not work. :(I tried using:
You get this error:
On Windows you can make a symlink with:
A further note by the way - This whole error silently fails when trying to push on an existing channel. I had to make a new fresh channel to get the error and root problem.
The text was updated successfully, but these errors were encountered: