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/tips.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **FRP Tips** 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/tips.git
```

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

Dependencies (3)

README

openupm

Tips

A simple tool that allows to show random tips to player when a level is loading.

Tips are exported as AssetBundles.

Usage

  1. Modify the content of the tips file (the language code is here only for future support of language but is not used yet)
  2. Set this file to be in an asset bundle
  3. Put the TipsLoader component in a game object of your scene, setting the asset bundle name and asset name according to those you entered just before
  4. Display tips by putting the DisplayTips in a Canvas and assigning a TextMeshProUGUI component

Tips in loading scene

Comments

No comments yet. Be the first!