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 ![]()
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 ![]()
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.