Installation¶
Import into Unity¶
- Import the package (UnityPackage or UPM folder).
- Ensure the scripts compile (no TMP dependency required by default).
- 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.