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/line-info.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Line Info** 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/line-info.git
```

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

README

Gnarly Games Line Info

This is the UPM-packaged version of the LineInfo folder.

Installation

Add the following entry to your Unity Packages/manifest.json file:

{
  "dependencies": {
    "line-info": "https://github.com/Gnarly-Games/line-info.git#v1.0.0"
  }
}

Contents

  • Runtime/Scripts/LineInfoManager.cs
  • Runtime/Scripts/LineInfoItem.cs
  • Runtime/Prefabs/LineInfoManager.prefab
  • Runtime/Prefabs/LineInfoItem.prefab

Usage

  1. Add the LineInfoManager.prefab prefab to your scene.
  2. Call GnarlyGames.LineInfo.LineInfoManager.Show("Message", 1f); wherever needed.

The package works with UGUI and TextMeshPro. Since the animation behavior is built into the package, it does not require an additional tween package.

Comments

No comments yet. Be the first!