-
Notifications
You must be signed in to change notification settings - Fork 7
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
QPong-Unity-Version files corrupted? #65
Comments
it looks like your missing the newton soft plugin. @HuangJunye do we still need that? |
Same issue I think - png and wav files wont even open locally (top two images) |
I figured out the issue. Unity uses Git LFS (Large File Storage). So if you just download the zip file or git clone without git-lfs installed, the downloaded large non-text files like png only stores the differences (between the version in the repo and the version on LFS server) not the actual files.. You can follow the instructions here to install git-lfs. Remember to run Once you have git-lfs installed, do I updated the Unity version to the latest 2019.4.8f1, but I don't think the version matters at all. I also merged the Also remember to run the python flask server when you run the game. Otherwise the paddle won't show up. Instructions are in the README file. Please let me know if you still face any issues. |
Once you have git-lfs installed, do git lfs clone [email protected]:HuangJunye/QPong-Unity.git. It should show Receiving LFS objects:... followed by Downloading LFS ojbects:... After that you should be good to go! Sorry, do not have access rights to this repository: |
Oh sorry, I forgot that I am using SSH to clone. You can use HTTPS method instead. Can you try this line? |
I didn't see this error myself. This could be due to missing Newtonsoft.dll in the |
If you just clone the repo, Newtonsoft.dll should be there. See here: https://github.com/HuangJunye/QPong-Unity/tree/master/QPong-Unity-Version/Assets/Plugins/Newtonsoft.Json.12.0.2 |
hi, wonder if anyone here facing the same issue?
When opening the file package using Unity 2019.2.2f1 (64-bit), 61 errors are observed (screenshot attached).
Regards,
The text was updated successfully, but these errors were encountered: