How to repair broken references ?

Hello,

I made a project that I upload on github.
Unfortunally, I deleted a lot of files (UI files) in my project.
Do undelete them, I used “CTRL+Z” so it was windows that put back the files.

And my project, when I clone from github on another computer is broken, all this files are not found by unity.

How to repair links?

Since you’re using version control, revert to commit from before you deleted the files.

1 Like

Did you add the .meta files to source control? These files are what Unity uses to reference assets, and without them all references will be broken.

1 Like