C
C
CyberKing2020-01-09 13:43:44
Game development
CyberKing, 2020-01-09 13:43:44

How to make a game installer in Unity?

There is a game for the computer made on Unity. how to make an installer for this game? I've read everything and nothing works. What to do?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
DanielMcRon, 2020-01-09
@KiberKing

Exe - shnik? File -> Build Settings select the platform, settings click Build or Build and Run. Thus, a game folder with a launch shortcut was created. If you plan to compress a folder into one Exe so that the whole game with libraries can be downloaded through it, use Inno Setup. If you solved this problem, then you had to google it correctly, 3 minute business

C
Corp_Habra_Clients, 2020-01-09
@Corp_Habra_Clients

It is IMPOSSIBLE to create your own exe - shnik in Unity. You can use only Uniti's, which is done: File -\u003e Build Settings, select the platform, click the settings Build or Build and Run.
Unity games themselves come as portables, and if you need a single EXE file that will unpack and install everything, then you need to look for .sfx archives. The loaders themselves are easy to google or you can use WinRAR.

X
xmoonlight, 2020-01-09
@xmoonlight

how to make an installer for this game?
There is no point in doing it at all.
If you want a simple launch - pack it in gzip so that you can play directly from the archive.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question