Alpha
For my project this week, I worked on position my character/player on top of the buildings. I just had to create a mess to prevent the character from falling through the buildings. It took me a while to try and find a good tutorial and code move my player from left to right. I looked at unity tutorial that provided code and my character can move from left to right and also jump. I also created boundaries to my player cannot move out of the camera view and is limited. When my character jumped from building to buildings from left to right, the player was falling through the sides of the buildings. So, I put my buildings together to prevent this and decided i am going to create a long path of buildings instead of jumping from building to building.