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
- Host: GitHub
- URL: https://github.com/awesomeprojectiongames/coreutils
- Owner: AwesomeProjectionGames
- License: mit
- Created: 2024-10-16T17:08:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-13T00:05:54.000Z (3 months ago)
- Last Synced: 2026-04-13T02:17:09.792Z (3 months ago)
- Topics: core, csharp, package-manager, unity
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
...
}
}