Installation and configuration - KurbanismailovZaur/Extensions GitHub Wiki
Go to Project Settings → Package Manager and add a new registry area as in the table below.
| Name | package.openupm.com |
|---|---|
| URL | https://package.openupm.com |
| Scope(s) | com.codomaster |
After that, click Apply, go to Window → Package Manager and select the My Registries section.
As a result, a list of all packages from the developer com.codomaster will be displayed, among them select Unity API Extensions and install it.
After this, the Unity API Extensions folder should appear in the Packages folder.
Now you can use this package in your development. If a new version of this package is released, you will see it right in the Package Manager inside Unity.
To work with extensions, simply include the following namespace.
using Codomaster.Extensions;