Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 2.63 KB

COMPILE_en.md

File metadata and controls

36 lines (23 loc) · 2.63 KB

Menu





How to open and compile project in Unity?

After downloading repository master branch, launch Unity. Use 2018.3.12f1 64x version if possible. In the user panel press Open which was marked on the image below.

Select unzipped directory Project Zero and press 'Choose directory'.

The loading status will start. It can take some time. When it's finished you will see Unity with blank scene. If you want to build the project by yourself choose from File tab Build Settings option.

You will see the panel in which you can make decision about project compilation.

Make sure that the platform is set to Windows, type x86 and that conversion method is set on LZ4HC. Then press one of the buttons pladced in the bottom edge of the window, Build or Build and Run. In both cases you will be asked to fill directory in which game will be built. After successful built game can be also launched by using ProjectZero executable.


Reminder

If you dont want to play with Unity you can download game installer from the documentation page.