Line Info
A lightweight UI notification package with ready-to-use LineInfo prefabs.
com.gnarlygamestudio.line-info 
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
## 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
```
[](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.csRuntime/Scripts/LineInfoItem.csRuntime/Prefabs/LineInfoManager.prefabRuntime/Prefabs/LineInfoItem.prefab
Usage
- Add the
LineInfoManager.prefabprefab to your scene. - 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!
Sign in to join the conversation
Sign In