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

https://github.com/fydar/asseticons

The public issue tracker and documentation for AssetIcons
https://github.com/fydar/asseticons

asset-store issue-tracker unity

Last synced: 9 months ago
JSON representation

The public issue tracker and documentation for AssetIcons

Awesome Lists containing this project

README

          

[![AssetIcons Header](./docs/img/header.svg)](https://assetstore.unity.com/packages/tools/gui/asseticons-100547)

bugs Documentation Documentation


 

Organise your projects and manage your assets with a single attribute.

```csharp
using AssetIcons;
using UnityEngine;

[CreateAssetMenu]
public class ItemInformation : ScriptableObject
{
[AssetIcon]
public Sprite ItemIcon;
}
```

## Features

- Dynamic icons for ScriptableObjects
- Custom icons per file extension
- Customize icons with attribute-defined styles
- Easy-to-use
- [High-quality documentation](https://fydar.github.io/AssetIcons/Documentation#home)
- [Public issue tracker](https://github.com/Fydar/AssetIcons/issues)
- In-editor update checker
- Error detection and reporting
- Support for Unity's Collaborate overlay
- Support for Unity's Version Control overlay

[![Available on the Unity Asset Store](./docs/img/buy-now_360x93.png)](https://assetstore.unity.com/packages/tools/gui/asseticons-100547)

## Issue Tracker

This repository serves as the issue tracker for AssetIcons. Feel free to submit suggestions, bugs or questions here.

[![bugs](https://img.shields.io/github/issues/Fydar/AssetIcons/🐛%20bug?color=c66649&label=bugs
)](https://github.com/Fydar/AssetIcons/issues?q=is%3Aissue+is%3Aopen+label%3Abug)

## Documentation

[![Available on the Unity Asset Store](./docs/img/documentation-sample_1485x861.png)](https://fydar.github.io/AssetIcons/Documentation#home)

## Find out more

- [Store page](https://assetstore.unity.com/packages/tools/gui/asseticons-100547)
- [Full documentation and usage guide](https://fydar.github.io/AssetIcons/Documentation#home)