[GIT] Problem to move asset between folders

Hi there,

We are several devs working on a same project wth GIT.

I want to clean the project a little bit by reordering assets and folders, but I have 2 problems:

  • I can’t move maps at all. I have this error message “failed to save dependant map packages”, then I have hundreds of warnings about the “__ExternalActors__” folder.

  • Some asset, when moved, are still referenced. The .uasset is like 2kb in the origine folder, but if I delete it, it breaks the references even if the real .asset exists in the folder I moved it in.

So basically, I can’t move anything from a folder to another one without breaking references.

Thanks for your help!

Problem 2 should be redirectors. After moving your assets right click on the original folder in the content browser and select “fix up redirectors”. The 2kb files should be gone now.

1 Like