Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/icon-generator.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Icon Generator** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/icon-generator.git
```

[![pkglnk](https://www.pkglnk.dev/badge/icon-generator.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/icon-generator)

Dependencies (2)

README

Icon Generator

Simple Icon Generator for Unity that generates new Icons for your App based on Product name, Timestamp and Version every time you build to easily distinguish which Version you have currently installed.

Features

  • Generate icon and include product name, timestamp and version every time you build
  • Change Icon color based on version number or get a random color
  • Set a manual background
  • Set resolution
  • Disable automatic generation

Examples

Icons

Installation

The Package is hosted on UPM (https://openupm.com/packages/ch.elhodel.icon-generator/) there are different ways to install the package:

  • Add a scoped registry in the Project Settings and then select the package in the package manager: scopedRegistry

    Name: package.openupm.com

    URL: https://package.openupm.com

    Scope: `ch.elhodel

  • Use the UPM CLI: openupm add ch.elhodel.icon-generator For more details check UPMs Guide: https://openupm.com/docs/getting-started-cli.html

  • Manually add it to the manifest.json: Merge this snippet in your projects manifest.json:

    {
        "scopedRegistries": [
            {
                "name": "package.openupm.com",
                "url": "https://package.openupm.com",
                "scopes": [
                    "ch.elhodel"
                ]
            }
        ],
        "dependencies": {
            "ch.elhodel.icon-generator": "0.0.1"
        }
    }
    

Dependencies

Uses my other Project Easy Editor Settings for the Settings

Uses TextMesh Pro for Text

Comments

No comments yet. Be the first!