Skip to content

Commit c7f9001

Browse files
authored
Clarify package availability per platform
1 parent 2fdb228 commit c7f9001

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ This means better performance (low/no GC), cleaner syntax and the freedom to str
4949

5050
## Installation
5151

52-
`dotnet add package ActiveLogic` (via [NuGet](https://www.nuget.org/packages/ActiveLogic/))
52+
Engine/platform agnostic:
53+
- `dotnet add package ActiveLogic` (via [NuGet](https://www.nuget.org/packages/ActiveLogic/))
54+
55+
Unity 3D:
56+
- Standard Edition [via the Unity Asset Store](https://www.assetstore.unity3d.com/#!/content/151850)
57+
- Active-LT [via UPM on Github](https://github.com/active-logic/active-lt)
5358

5459
From source: no dependencies.
5560

@@ -60,7 +65,7 @@ From source: no dependencies.
6065
## License
6166

6267
- GNU Affero GPL v3.0. TLDR, use the software freely, *provided derivative works are free, open source*.
63-
- Full-featured Unity integration [via the Asset Store](https://www.assetstore.unity3d.com/#!/content/151850); a free Unity integration is also available [here](https://github.com/active-logic/active-lt/)
68+
- Full-featured Unity integration [via the Asset Store](); a free Unity integration is also available [here](https://github.com/active-logic/active-lt/)
6469
- Pending a standalone commercial license, read [here](Doc/Commercial.md)
6570

6671
## Where next?

0 commit comments

Comments
 (0)