Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--dereference does not work on Windows #255

Open
strich opened this issue Oct 19, 2023 · 0 comments
Open

--dereference does not work on Windows #255

strich opened this issue Oct 19, 2023 · 0 comments

Comments

@strich
Copy link

strich commented Oct 19, 2023

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:

butler push --dereference --fix-permissions --if-changed

You get this error:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant