【开发日志6】Unity 2D挑战赛文档分享
"When you look into the abyss, the abyss also looks into you." - Friedrich Nietzsche
Hi everyone, we are from Studio Catap –a three-person independent game dev team. We are glad to join this challenge. Chopin is the game we are developing. This is the first time that we used Unity to develop a game. There are many amazing tools from Unity and Unity Assert Store. It’s very helpful and save a lot of time. Now we would like to share the experience during development with you.
About
Chopin is a puzzle-platformed adventure game. The story happened during a war between human and droid. A man was looking for his family alone and finally discovered a terrifying secret.
Gameplay
1 Gradually know the story in the process of playing.
2 Avoid the injury in the war.
3 Use skillful movement to overcome obstacles.
4 Don’t let yourself die.
Development
Parallax
All the actions and scenes in the game were presented in 2d form. The parallax effect was achieved by using the perspective camera and distance control.
2D SpriteShape
With the 2D SpriteShape, we can adjust terrain at any moment and generate the collision body immediately to avoid manual adjustment.
Custom Depth Tool
We used unity editor script to change the color and ambiguity of images automatically in order to achieve the effect of focusing.
Camera Animation
It’s the opening scene we are producing. We used animation to control the camera position. However, we are still working on the optimization of this part.
The Team
@guxin Director, Programmer
@zhouhong Concept Artist, Character Artist
@yangbing09 Animator, Environment
We hope to share more about our developing stories with everyone next time.