REALiTY : A dream based indie short Puzzle Game

Hello there, I had a dream and decided to make a game out of it, there is a meaning behind each puzzle :slight_smile:

It was my personal challenge to make the game in 24 hours, due that dream memories fade away quickly, hehe.
(woke up, sat down at computer, coffee, 18-20 hours later, game)

Consists of 5 Acts
-Learning
-Conventions
-Discard
-Reach
-Free

100% made with unity, even the in-game models! (except music, :P)
animated by code! (MATHSSS)

Looking forward to read what you think of it!

Hope you Enjoy

Credits:
Design/Art/Programming Juan Afonso
Music Eleven Tenori drONe

Cheers!
Afon

PS. Lack of sound effects is intentional.
PS2. Unity3D is awesome! :smile:

mark,play it later

Awesome! How did you make the animation of the character inside unity?

I changed the rotation by local axis using deltaTime times a ease factor and using that value on Mathf.Sin for one arm, and Cos on the other.
Cheers!