An open API service indexing awesome lists of open source software.

https://github.com/awesomeprojectiongames/coreutils

Basic Unity utilities used by other packages in this organization
https://github.com/awesomeprojectiongames/coreutils

List: coreutils

core csharp package-manager unity

Last synced: 2 months ago
JSON representation

Basic Unity utilities used by other packages in this organization

Awesome Lists containing this project

README

          

# Awesome Projection Games - Core utilities
Awesome Projection Games's core utilities provide language extensions scripts and features that should have been implemented by default for all our other packages.

## Features
- **Language Extensions**: A set of language extensions that provide additional functionality to the Unity Engine.

(That's it for now...)

## Installation
To install this package, you can use the Unity Package Manager. To do so, open the Unity Package Manager and click on the `+` button in the top left corner. Then select `Add package from git URL...` and enter the following URL:

```
https://github.com/AwesomeProjectionGames/CoreUtils.git
```

Or you can manually to add the following line to your `manifest.json` file located in your project's `Packages` directory.

```json
{
"dependencies": {
...
"com.awesomeprojection.coreutils": "https://github.com/AwesomeProjectionGames/CoreUtils.git"
...
}
}