Software Archive
Read-only legacy content
17061 Discussions

Final demo app format for unity game

Pruthviraj_N_
Beginner
455 Views

Hi,

I have unity build files (includes my game's  .exe and data folders). 

Please clarify if i need to provide an installer for the game or unity game  .exe and data folders would suffice.

 

Thanks

 

 

0 Kudos
4 Replies
Colleen_C_Intel
Employee
455 Views

Do any of the files have to be loaded a certain place or as long as the exe and the folder are together, the app will start from the .exe?

0 Kudos
Pruthviraj_N_
Beginner
455 Views

Hi Colleen,

Thanks for your reply.

I have the below folder structure:

MainFolder.zip
[after extracting above zip]:

MainFolder
  |- Audio (folder)
  |- Assets (folder)
  |- Scripts (folder)
  |- other folders
  |-
  |-
  `- game.exe (unity executable file)

And with double click on game.exe (no depencencies outside of MainFolder) executes my complete app.

Kindly let me know if this is fine.

 

Thanks


 

0 Kudos
Colleen_C_Intel
Employee
455 Views

This should be acceptable. But be sure to test that it works standalone. (Uninstall your app, delete all app resources, and try an install  just using the zip file). . 

0 Kudos
Pruthviraj_N_
Beginner
455 Views

Thanks again,

 

I am able to run the game only with the zip file and no other dependencies.

 

 

0 Kudos
Reply