Skip to content

Fydar/AssetIcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

AssetIcons Header

bugs Documentation Documentation

 

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

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
  • Public issue tracker
  • 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

Issue Tracker

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

bugs

Documentation

Available on the Unity Asset Store

Find out more

For support or enquiries, please contact me at [email protected]