i can not open the unity project
DanceWithFeathers opened this issue · 4 comments
i use the same unity version which is 2019.4.28f1, but it still does not work
I have used my whole day trying to run "PoseScene". when I first open this project, it shows that "Rebuilding Library because the asset database could not be found!" followed by many errors which show the project may not import things well.
From the screenshot I can see that you are missing some .png and .tif files so perhaps it is an issue caused by missing Git LFS files in the project.
If this is the case you can try running git lfs pull
in your projects repository to try to resolve that.
Thanks a lot! I think that is the reason. I uesd git lfs clone
to pull the whole project again and it works well now.
the reason why it showed error is that i just downloaded Zip file and unziped it. :(