Skip to content
Favo Yang edited this page May 4, 2020 · 8 revisions

Installation

Requires Unity 2018.3+

Install via UPM (using Git URL)

  1. Navigate to your project's Packages folder and open the manifest.json file.
  2. Add this line below the "dependencies": { line
"com.beans.deform": "https://github.com/keenanwoodall/Deform.git",
  1. UPM should now install Deform and it's dependencies.

Don't want to use git? Just download and unzip the repository into the Packages folder.

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.beans.deform

Install Manually

It's very important you follow these steps in the correct order. If you install Deform before installing its dependencies, you may have to assign all of its assembly definition references manually.

  1. Open Package Manager.
  2. Install Burst and Mathematics. (You may only need to install Burst since it has a dependency on Mathematics) The correct versions can be seen in package.json's dependency list. You can probably use different versions, but I can't guarantee they'll work.
  3. Clone/download the repository directly into a project's Assets folder.
Clone this wiki locally