Here you can play an existing build.
| Platform | Link | Known Issues |
|---|---|---|
| WebGPU | /Unity/Demo/WebGPUBuild/index.html | Shadows are low quality. Data changes (e.g., player color) do not save to disk |
| Windows 11 | /Unity/Demo/WindowsBuild.zip | None |
| Unity Editor | (See Below) | None |
Here you can build the project yourself.
- Download this repo (*.zip or *.git)
- Download the Unity Editor
- Open the
/Unity/in the Unity Editor - Enjoy
The project embraces many software best practices and Unity-specific best practices.
| Name | Description |
|---|---|
| Assembly Definitions | Organize and optimize script compilation. |
| Best Practices: Coding Standards | Guidelines for consistent code style and format. |
| Best Practices: Project Structure | Recommended project structure and organization. |
| Input System | Allows user control, using a device, touch, or gestures. |
| Rendering: Post-Processing | Visual effects like color grading and bloom. |
| Rendering: URP | Efficient rendering pipeline for various platforms. |
| Text Mesh Pro | High-quality text rendering and formatting. |
| UI Toolkit | Latest and greatest UI based on web standards. |
| Unit Testing | Automated tests to verify code stability. |
| Unit Testing: Code Coverage | Measure code tested during unit testing. |
| Name | Description |
|---|---|
| RMC Mini MVCS | MVC architecture framework for Unity games. |
| RMC ReadMe | Display a custom ReadMe for the Unity Inspector Window. |
Documentation
ReadMe.md- The primary documentation for this repo/Unity/Assets/Documentation/ReadMe.asset- Select this asset in Unity to get started
Configuration
Unity Target- Standalone MAC/PCUnity Version- Use this VersionUnity Rendering- Universal Render Pipeline (URP)Unity Aspect Ratio- Game View 10x16
Structure
/Unity/- Open this folder in the Unity Editor/Unity/Assets/Scenes/- Open any Scene. Press 'Play'!
Dependencies
Various- Already included via Unity Package Manager as this Version
Created By
- Samuel Asher Rivello
- Over 25 years XP with game development (2024)
- Over 11 years XP with Unity (2024)
Contact
- Twitter - @srivello
- Git - Github.com/SamuelAsherRivello
- Resume & Portfolio - SamuelAsherRivello.com
- LinkedIn - Linkedin.com/in/SamuelAsherRivello <--- Say Hello! :)
License
Provided as-is under MIT License | Copyright ™ & © 2006 - 2024 Rivello Multimedia Consulting, LLC

