A bit of a newbie here.
I’m trying to create a game where you can roll a dice.
For that I need a constrained area in which the dice can roll - so in my mind that means a floor, 4 walls and a ceiling.
So I’m thinking instead of creating 6x AWPRigidBody maybe I could create a BoxShape wherein I could add the dice so the dice could only move within the boxes 6 walls?
Or am I approaching this entirely wrong?
Thank you