Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bluemanoid/Uniticons
A free & open-source icon set for Unity
https://github.com/Bluemanoid/Uniticons
font-awesome fontawesome fontawesome5 gamedev icon-font icon-fonts icon-set icons iconset unity unity3d
Last synced: 2 months ago
JSON representation
A free & open-source icon set for Unity
- Host: GitHub
- URL: https://github.com/Bluemanoid/Uniticons
- Owner: Bluemanoid
- License: other
- Created: 2020-08-21T16:01:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T19:35:40.000Z (over 4 years ago)
- Last Synced: 2023-02-25T06:41:21.040Z (almost 2 years ago)
- Topics: font-awesome, fontawesome, fontawesome5, gamedev, icon-font, icon-fonts, icon-set, icons, iconset, unity, unity3d
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Uniticons
A free & open-source icon set for Unity !
## Table of Contents
* [Icon packs](#icon-packs)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [Authors](#authors)
* [License](#license)## Icon packs
- [Font Awesome 5](https://fontawesome.com/)
## Getting Started
### Prerequisites
- ***Unity 2019.3 and above.***
### Installation
1. Open the `manifest.json` in your project
2. Specify the package URL
```json
{
"dependencies": {
"com.bluemanoid.uniticons": "https://github.com/Bluemanoid/Uniticons.git",
...
}
...
}
```3. Open your project or reload it in the Unity Editor
## Usage
***WIP***
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Yoann Potinet** - *Initial work* - [intelligide](https://github.com/intelligide)
See also the list of [contributors](https://github.com/Bluemanoid/Uniticons/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
This package contains third-party elements governed by the license(s), See [Third Party Notices](ThirdPartyNotices.md).