This Unity3D exercise is our recreation of the popular mobile game Slice It All, developed as a hands-on learning project to deepen our understanding of Unity game mechanics, physics-based gameplay, and mobile game design patterns. The project demonstrates our proficiency in C# scripting, 3D physics simulation, and iterative game development.
Gameplay Mechanics
We implemented a knife-flipping mechanic where the player taps to rotate a blade and slice through objects along a path. Our physics engine handles realistic blade rotation, collision detection, and satisfying cutting animations. Score multipliers reward consecutive successful slices, creating an addictive gameplay loop that we carefully balanced.
Technical Implementation
We built the project in Unity with C# scripts utilizing Rigidbody physics for knife movement, mesh slicing algorithms for cutting effects, and procedural level generation. Our implementation includes a camera follow system, particle effects on impact, and a scoring system with UI feedback. We optimized touch input handling for responsive mobile controls.
Learning Outcomes
This exercise provided us with valuable experience in replicating established game mechanics, understanding mobile monetization patterns, and optimizing performance for mobile devices. The project reinforced our skills in Unity’s physics system, animation controllers, and the importance of game feel through responsive controls and satisfying feedback.





0 Comments