Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/procgen.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/procgen)

README

Gameframe.Procgen šŸ‘‹

GitHub release (latest by date including pre-releases) license

twitter

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

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!