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
- Host: GitHub
- URL: https://github.com/fydar/asseticons
- Owner: fydar
- Created: 2019-09-18T06:48:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T20:33:58.000Z (about 1 year ago)
- Last Synced: 2025-09-30T09:35:45.774Z (9 months ago)
- Topics: asset-store, issue-tracker, unity
- Homepage: https://fydar.dev/portfolio/asseticons
- Size: 36.5 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](https://assetstore.unity.com/packages/tools/gui/asseticons-100547)
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
[](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.
[](https://github.com/Fydar/AssetIcons/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
## Documentation
[](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)