Skip to content

Installation

Import into Unity

  1. Import the package (UnityPackage or UPM folder).
  2. Ensure the scripts compile (no TMP dependency required by default).
  3. Open the sample scenes (if included) to verify everything is wired correctly.

Folder suggestion (Asset Store friendly)

Assets/
  PixitGames/
    DiceSystem/
      Scripts/
      Prefabs/
      Samples/
      Documentation/

Dependencies

  • Unity 2021 LTS+ recommended.
  • No external packages required.
  • If you prefer TextMeshPro, you can swap the UI Text components later.

Next: 3D World Roller.