For a project at school we had to recreate a small part of a game, so me and my classmate decided todo Snowdin from Undertale created by Toby Fox.
I worked on the art, collision, the camera movement and the dialouge box.
As for the art, i changed some of the original art so u couldnt leave the city, normaly there would be a bridge right here
I also worked on the collision in the game that the character could not move to places the player wasnt supposed to go in!
I did this using box colliders from the unity engine itself and placed them in the places they needed to be.
(The green outlines in the image down here are the collision boxes)
And i also worked on a dialouge box that would pop up right when your start the game, the yellow character would say something to u.
After he is done ur free to explore the town and walk around in it!
And last i also worked on the camera movement.
In the original game the camera wouldnt move up when your character walks up, it would only move up if the character was about to leave the screen.
And as snowdin is a 1 way long town we made it so that the camera didnt move up even tho the character walked up.
Here is the script of the camera