No .gsproj in downloaded game
jtohahn@gmail.com
Member, PRO Posts: 11
so i just got a new pc and wanted to get my game i was working on out of my portfolio. When i downloaded the .zip file and opened it, there was a folder named {game}.gsproj. how can i get my game into the gamesalad creator without the .gsproj file? I tried putting the contents in a .zip and changing that zip to a .gsproj and it didnt work.
Comments
So there are two file extensions you need to know about. The folder that contains your game project should have the extension .gameproj
This tells the mac version of GameSalad that it's a game project. Mac will treat the folder like a file (a bundle it's called).
Inside that directory you just need to make a blank file that has the .gsproj extension. So if your gameproj folder is "my game.gameproj", then inside that folder create a blank file called "my game.gsproj"
The gsproj file has no info about your game, it's just a reference point GameSalad for Windows uses to know where your project is.
If your zip file only saved the .gsproj file, then you didn't really get your whole project. You will need the whole folder that originally contained the gsproj.
Thank You!!