Use the program in other PC

I have a game, made with unity and i want to use in another pc, but the other pc hasn’t got unity.
What can i do to use that program without unity ?
I have to built ? I have to create the installer of my game ?

Thank you :slight_smile:

2 Answers

2

Indeed you have to do a build. Go to File->Build Settings…, add all the Scenes you want to include, choose your target Paltform and hit the Build-button. Unity will create a .exe-File and a GameData-folder. Just provide these to run your Game on any target platform.

I can’t believe I’m reading this.

Build the game for PC. This will give you an executable and a file structure. Copy that all to the new PC. Docs are here.