A downloadable game

Hey guys !

Just want to share and have feedbacks about this very quick protype I made in few days in Unity !

I'm actually In a Game Design school but I want to become more technical, playing with engines etc ... So I'll try to upload a new game prototype every weeks for about 2 / 3 month so you can follow me if you want to see the evolution !


CONTROLS

W / S -> Go forward / backward.

A / D -> Move camera right / left

To jump you must Hold your right click anywhere on the screen then moove your mouse in the direction you want to jump and release the click ! ( Just like if you wanted to toss the cube ! )


GOAL

Collect all the flowers and finish the level !


Thank you and have fun !


Download

Download
CubeToss.zip 27 MB

Comments

Log in with itch.io to leave a comment.

(1 edit)

Hey,the gameplay seems cool and i would like to play through the whole game but i found getting out of the main menu impossible.

First: Pressing W to move forward doesn't do anything,i can only move backwards with S so if i want to get close to the edge you have to rotate so that the direction you want to move to is behind you and then move backwards.

After you fail a jump you should put "rigidbody.velocity = new Vector3(0,0,0)" so cube stops moving,otherwise after you fail the force that is applied to the cube while falling can knock it off the island again.

Jumping overall seems really hard to target correctly,you should first do some warmup jumps from island to island instead of from the start ask the player to jump into a small point put so far away.

Also a thing i seen is that if you fall of the island without jumping you can jump mid air,i'm not sure if it's a design choice,but you should probably use raycasts to check if the player is grounded before allowing him to jump.

I really liked the choice of music and scenery - simple but looks nice.

I followed you and will look forward for more games you create,I also make games in unity so if you will want to ask about something or create something together give me a message,cheers :)