maceq687 / FullBodyPoseEstimation

Full body pose estimation to be used with HMD (Quest2) built in Unity
GNU General Public License v3.0
77 stars 8 forks source link

i can not open the unity project #3

Closed DanceWithFeathers closed 8 months ago

DanceWithFeathers commented 8 months ago

Could not create asset from Assets/Polytope Studio/Lowpoly Medieval Characters/Sources/Modular_Armors/Textures/PT_Medieval_Armors_Base_Texture屏幕截图 2024-01-07 120858

DanceWithFeathers commented 8 months ago

i use the same unity version which is 2019.4.28f1, but it still does not work

DanceWithFeathers commented 8 months ago

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.

maceq687 commented 8 months ago

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.

DanceWithFeathers commented 8 months ago

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. :(