top of page
game developer

Vertical slice: Little nightmares 2
We remade about 10 seconds of the game little nightmares 2 with a group of 2 game developers and 5 artists.
My contribution
For this project, I dove into animation rigging. I made it so that our character can pick up items and push/pull larger items. Here is how I did it:
.png)
First, we check if our player collides with an object that we want to pick up!
After that, we tell our character to play our pick up animation and we make sure the collider for the item is disabled.
.png)
.png)
And lastly, we make sure that our item moves with our character :)
Check out what that looks like!

Find our little nightmares 2 girhub repo here:
bottom of page