Pretty new to Unity...any suggestions on rolling dice?

Hi - Making a game that needs dice being simulated rolling (random)…any suggestions?
Thanks
Greg

I mean, if you’re just rolling dice, random.range should handle things pretty alright. I’m not entirely sure what you’re asking for here.

1 Like

if you mean an actual 3d object rolling, you might want to try add a rigidbody to a cube and add rotational force to it (google rigidbody force torque unity if you don’t know what I mean)

1 Like

This interactive Probability and Games: Damage Rolls article at Red Blob Games is informative as far as how to do various probability curves and such.