From 66427b7d1fd4fd528d43109a872c63d9cc3fd9df Mon Sep 17 00:00:00 2001 From: Antoine Lelievre Date: Mon, 27 Jan 2025 18:48:48 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12159019..3eb83611 100644 --- a/README.md +++ b/README.md @@ -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.
Instructions +### 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. @@ -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. +
## Documentation