Skip to content

Commit

Permalink
Added information about installation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
aleverdes committed Jan 28, 2023
1 parent ab175db commit d09a499
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit d09a499

Please sign in to comment.