Gameframe.Procgen
Library of procedural generation code for use in Unity
com.gameframe.procgen Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/procgen.git README Markdown
Copy this to your project's README.md
## Installation
Add **Gameframe.Procgen** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/procgen.git
```
[](https://www.pkglnk.dev/pkg/procgen)README
Gameframe.Procgen š
Library of utilitities for procedural generation
Quick Package Install
Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnityProcgen.git#0.0.9
Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.9",
...
},
}
Sample Output
Usage
Provides Value, Perlin and Simplex noise functions that are seeded and random-access. Perlin and Simplex noise methods are based on the Catlike Coding tutorial but are implemented using Squirrel Eiserloh's noise algorithm rather than the hash method used in the tutorial. This provides the ability to Seed all the noise functions.
There is a demo package included in the demo folder. After importing this as a package just double click it to import.
The demo requires that you import Shader Graph and the Universal Render Pipeline packages from the package manager.
Ensure both 'depth texture' and 'opaque texture' options are enabled on your renderer asset or set unity to use the included render assets.
The demo may require 2019.3
Author
š¤ Cory Leach
- Twitter: @coryleach
- Github: @coryleach
Show your support
Give a āļø if this project helped you!
This README was generated with ā¤ļø by Gameframe.Packages
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In