Installation
Knowing Unity package manager and scoped registries for Integrity and security.
Install NuGet and ZLinq
open Package Manager in Window > Package Manager
press + button on top-left, select
Install package from git URL...input following url and press Install
https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnityclose Package Manager
select from menu:
NuGet>Manage NuGet Packagesinput
ZLinqand pressSearchbuttonfind ZLinq in the list, press
Installbuttonit's recommended to restart Unity Editor
In Asset, there are 2 package files, and a new Packages folder.
Do NOT modify.
Install with Scoped Registries
We uploaded our packages to OpenUPM. In Unity Editor, you can easily handling our packages with unity dependency controls.
In current state, Package from OpenUPM in Unity 6000.3 will get a signature missing warning, and Unity will not install automatically. This make you need to update all dependency package version for updating the target package.
We know that OpenUPM has adding the solution develop in their schedule. If you don't want to handle dependency manually, or don't want to see any warning marks on your editor, please use git link to install our packages.
Setup Scroped Registry

open Package Manager Settings in Edit > Project Settings > Package Manager
under Scoped Registries block, add a new registry (if you are first time to add, there is already an empty registry)
input fields as follows:
Name
URL
Scope(s)
press Apply
This packages is not working in DOTS framework. However you can build a hybrid system and works with our parckages outside DOTS.
Install AceLand Packages
open Package Manager in Window > Package Manager

in left sidebar, select AceLand Package under My Registries
install any packages you need
Manage AceLand Packages
open
Package ManagerinWindow>Package Managerin left sidebar, select AceLand Package under My Registries
press refresh to get latest packages info
update or remove any packages
Install with Git Link
Unity Package support installing package with git link. You can find the link in main page of each package.
Please note that you need to install the dependency packages, and recommended to install them first.
Install Package
open
Package ManagerinWindow>Package Managerclick on the package on the left menu section to visit the main page of the package
scroll to
Package Infosectioncheck the dependencies package with
Package Managerin Unity Editorconfirm all package installed with same or higher version
on missing or lower version, install or update the packages first with following step.
copy the
git repositorylinkback to Unity Editor, press
+on top-left corner ofPackage Managerselect
Install package from git URL...paste the link and press
install
Update Package
open
Package ManagerinWindow>Package Managerin left sidebar, find our packages in
Packages - Parsue - AceLand Workshopsectionpress refresh to get latest packages info
update or remove any packages
6000.3- select the package, pressManageand selectUpdateother - select the package, press
update
Package not Recommended to Use
Please refer to Important Note page.
Last updated