Skip to content

Final Build : Mac OSX

Choose a tag to compare

@Pikachuxxxx Pikachuxxxx released this 11 Jun 03:30
· 10 commits to master since this release
1ab1470

Ricerca is about the emotional story of a father going on a dangerous journey to find his lost daughter. Abel and Kira live in the Antarticic region far from mankind, Kira is an adventurous girl who loves exploring, but being the protective father he is, Abel never let's Kira go anywhere. One day she can't bee seen, Abel become very worried and decides to go on a breathtaking journey to find his baby girl. The rest of the game revolves around the challenges he must face in his pursuit.

  • Fixed Shader issues in Mac
  • Fixed Pause menu UI issues

Instruction for Mac users :

If you get a message saying the application can't be opened follow the below steps. This happens because the application doesn't have execution permissions.

To make the application executable:

Open a terminal window (CMD + Space -> terminal);
Using the cd command, navigate to the place where the application is stored: cd <path_to_application>
Run chmod +x <application_file> to make it executable. If it doesn't let you, sudo it:
sudo chmod +x <application>.