From d09a499217d70fab56ad85c19acc1877104a2e9e Mon Sep 17 00:00:00 2001 From: Alexander Travkin Date: Sat, 28 Jan 2023 14:21:04 +0400 Subject: [PATCH] Added information about installation to README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index be5088b..ff79ee7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ LeoECS Lite Unity Zoo is a big add-on to [LeoECS Lite](https://github.com/Leopot # Table of Contents * [Introduction](#introduction) +* [Installation](#installation) + * [Unity Package Manager](#unity-package-manager) + * [Manual installation](#manual-installation) * [Features](#features) * [ECS World Provider](#ecs-world-provider) * [Plain ECS Startup](#plain-ecs-startup) @@ -29,6 +32,20 @@ I developed LeoECS Lite Unity Zoo for my own use and have been developing it for This add-on includes many features that simplify and speed up development, while not changing the main concept of LeoECS Lite. Any bug reports and suggestions for improvements are welcome. +# Installation + +## Unity Package Manager + +Installation is supported as a unity module via a git link in the PackageManager or direct editing of `Packages/manifest.json`: +``` +"com.affencode.leoecslite-zoo": "https://github.com/aleverdes/leoecslite-zoo.git", +``` + +## Manual installation + +The code can also be cloned or obtained as an archive from the releases page. +Just put the LeoECS Lite Zoo folder in your unity project (in the Assets folder). + # Features ## ECS World Provider