cz.xprees.core
v1.0.34
Published
This package contains core classes and interfaces for Unity projects. It is intended to be used as a dependency for other packages. By providing base classes in a separate package, you can easily update them across all your projects.
Maintainers
Readme
Unity Core classes
This is base package containing a few common classes for all of my Unity projects.
Installation
Install the package using npm scoped registry in Project Settings > Package Manager > Scoped Registries
Unity Docs - Install a UPM package from a Git URL
{
"name": "NPM - xprees",
"url": "https://registry.npmjs.org",
"scopes": [
"cz.xprees"
]
}
Then simply install the package using the Unity Package Manager using the NPM - xprees scope or by the package name cz.xprees.core.
