RoboBall

LugosisGhost

New member
Messages
1
Points
1
Question! I am rather new to IndieGala and I downloaded the Roboball game and when I unzip it, I see filenames similar to 'RoboBall_DataManagedUnityEngine.PhysicsModule.dll' and when I try to run the executable, I get an error that there should be a 'RoboBall_Data' directory beside the executable.

SO......I understand what I am seeing here, that the above file should be in a filepath of '.\RoboBall_Data\Managed\UnityEngine.PhysicsModule.dll', but why isnt that directory structure created when I unzip the file?

Do I need to do something special to get that structure to be created?
 

hsngrms

New member
Messages
5
Points
3
Windows has built-in zip support therefore it may seem to you like you unzipped it when you actually just open it. In other words I believe you are trying to run game inside zip file. First extract it to somewhere.

It is not a must have but I recommend 7zip app, install it and then right click zip file and use one of the extract functions like Extract here or Extract to ... (Creates new folder with same file name as zip and extracts inside of it.)
 
Top