The latest 3D project so far — a stylized 3D delivery game set at a gas-station location, done in a cartoon (toon) visual style.
- Unity Engine
- Custom shaders for the toon look
- Toon Gas Station — ready-made art asset pack for the location
- TextMesh Pro
Assets/
├── _Game/ # Game logic, scripts, delivery scenes
├── Toon Gas Station/ # Toon-style gas station assets
├── Plugins/
├── Resources/
├── Settings/ # Render Pipeline settings
└── TextMesh Pro/
The project focuses on 3D gameplay and visual style: custom shaders (ShaderLab) are used to achieve the cartoon look, while gameplay logic (delivery mechanics and environment interaction) is implemented in the _Game folder.