
Template for a game that involves rolling dice on a board. Includes gameplay: player controls one die, can move it in four directions. Die adjacent to player is eliminated if top number matches top number of a controlled die. Dice respawn over time.
Features:
- Configure dice side content (create dice with 6 numbers, 2 numbers, empty, etc.)
- Change side images easily
- System to define material animations in inspector
- Material caching system to minimize draw calls
- Sample script for self-moving die
Version history:
1.0.1:
- Added parameter for color of images on dice sides
- Use shader with elimination effect for dice only when effect is in progress
Web player
Get from Asset Store
Updated to version 1.0.1:
- Added parameter for color of images on dice sides
- Use shader with elimination effect for dice only when effect is in progress
Is there any chance you could make a craps table like in a casino?
Although direction of this template is quite different, it still can be a good start for a crabs game. After throwing away what is irrelevant you will be left with:
- ready made dice, with easy customization of numbers on sides and what images represent those numbers
- convenient way to define material animations for dice sides
- code to determine when die is in stable position after falling on the board and which side is on top
nice asset! keep up the good work!!