Comments

Log in with itch.io to leave a comment.

i lick toes

Haha, I love this game

One playthrough I just stayed on the shelf and the toys absolutely murdered each other, it was HILARIOUS!

my score is 0

:(

(+1)

i noticed that on the game over screen the player goes through the ground

hahaha this is so fun!!!

hahaha its very funn

I love the Game the only thing I would change is the current Audio Management, I would love if it wouldn't restart on scene changes. Besides that amazing game and I loved your video on it amazing video quality as well as amazing 3D Models :P

If you use an AudioManager you can easily add that functionality with these lines of code. If you need some more help you can Reply to my comment, I'll gladly help :D

 void Awake()
    {
        if (instance == null)
        {
            instance = this;
        }
        else
        {
            Destroy(gameObject);
            return;
        }
        DontDestroyOnLoad(gameObject);

thanks! I learned that trick a little while ago, but I still haven’t implemented it yet, I should get to that

i love and hate this game at the same time :P you have done a great job making it fun, challenging and enjoyable :)