-
Notifications
You must be signed in to change notification settings - Fork 44
Description
The current README describes what the project does, but does not include instructions for users to set up, build, and run the project from scratch. This makes it harder for newcomers to get the project working.
I suggest adding a section (for example “Setup / Build Instructions” or “Getting Started”) that covers:
The recommended Unity version.
What prerequisites or requirements are needed (GPU/compute-shader support, shader model, any required packages or settings).
Step-by-step instructions to import or open the project (fresh project vs cloning directly, folder structure if needed).
How to run the demo or example scene (which scene to open, what objects or components need to be present).
Any known limitations or special configuration requirements.
Basic troubleshooting or common errors users may run into and how to address them.
Including these details would make it easier for developers to try and run the project successfully, particularly those unfamiliar with Unity or shader-based projects.