open-project-1 icon indicating copy to clipboard operation
open-project-1 copied to clipboard

I cant open the ZIP file

Open Cop1ous opened this issue 3 years ago • 1 comments

I'm new to this but I'm trying to open the ZIP file using WinRAR(If that helps), and it keeps telling me I have an 'unexpected end of archive.', I've tried redownloading it twice.

I'm trying to access the shaders file for a unity project using C#. If anyone has an alternative I could use instead that would also be helpful.

All I'm doing is downloading the Zip file and opening it, I can close the error window and access the file, but half the files aren't there, including the shaders file.

This is immediately after opening the file vvvv

Screenshot 2022-04-10 190449

Cop1ous avatar Apr 11 '22 02:04 Cop1ous

You need to extract the .zip file using winrar first before opening it. It will extract to the same location by default and you can use the file from there; using the files while zipped will cause some problems.

Haruxe avatar Apr 11 '22 02:04 Haruxe