Hi,
I was given a zipped folder that looks like this and i need to play the game.
"
zip
“GameName”
MACOSX
inside “gamename”: has files and folders in it,
projectsettings
obj
library
assets
.userpref
.sln
.csproj
.store
Hi,
I was given a zipped folder that looks like this and i need to play the game.
"
zip
“GameName”
MACOSX
inside “gamename”: has files and folders in it,
projectsettings
obj
library
assets
.userpref
.sln
.csproj
.store
Unzip the folder & check if there are any scenes in the assets folder. If there is then open unity & select to open an existing project then navigate to the folder
THank you so much @tedthebug !!!