How do you unzip a file into a project foilder

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Kaleb

I was reading the tutorial for “Your first game” and under project setup it askes you to download the images and sounds that you are going to use. I’m not sure where I went wrong but I can’t seem to open this file once in the engine.

If you could help explain how to download this and where to save it that would be very helpful.
Thanks

:bust_in_silhouette: Reply From: 0sait05

What format extension are they?

:bust_in_silhouette: Reply From: 0sait05

If its images and sound file just place it in the project folder but might need to restart. Make sure if it’s .zip or in .rar format or other zip formats to extract the files from that zip format. Use WinRAR free software to unzip the format. google the software but make sure it is a reliable link.

**edit:**I found out that they need to be .wav format for audio and images is .png or .jpg then just place in the project folder or drag into Godot work from 3.1.1 onward. you can convert to .wav format online just google.

:bust_in_silhouette: Reply From: Zylann

The dodge_assets.zip file is an archive. Just place it in your project, right-click on it in your OS file explorer and “Extract” (if you are on Windows, but I’m sure other OSes have this built-in). After that you can eventually delete the zip.
You can also extract the files using 7-zip.

The files inside should be ready to use by Godot.