Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alelievr authored Jan 27, 2025
1 parent d2bfb53 commit 66427b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ Mixture is a powerful node-based tool crafted in unity to generate all kinds of

## Installation

The current version is compatible with Unity 2022.2, for older versions you can use previous releases.
The current version is compatible with Unity 6000.0, for older versions you can use previous releases.

<details><summary>Instructions</summary>

### Via OpenUPM

Mixture is available on the [OpenUPM](https://openupm.com/packages/com.alelievr.mixture/) package registry, to install it in your project, follow the instructions below.

1. Open the `Project Settings` and go to the `Package Manager` tab.
Expand All @@ -37,6 +39,11 @@ Scope(s): com.alelievr

Note that sometimes, the package manager can be slow to update the list of available packages. In that case, you can force it by clicking the circular arrow button at the bottom of the package list.

### Via git directly

In the Unity package manager, add a new package from git URL and paste `https://github.com/alelievr/Mixture.git?path=/Packages/com.alelievr.mixture`.
This will install the latest version of Mixture available on Github, be aware that it may not be compatible with the current version of Unity you're using.

</details>

## Documentation
Expand Down

0 comments on commit 66427b7

Please sign in to comment.