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/basic-utilities.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Basic Utilities** 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/basic-utilities.git
```

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

README

Basic Utilities

[!NOTE] This package is meant for those who desire a a quick easy way to include basic tools that are used in most Unity projects.

Included Features

In this package there is currently 3 types of features added to help developers. All are under the namespace BasicUtilities.

  • Singletons
    • Singletons are scripts that when added are the only version of that script currently in scene.
  • Timers
    • Timers are run through async methods and Unity's built in Awaitable class. Timers have functionality to allow users to have them run in Realtime or in Gametime.
  • Object Pools
    • Pools are container classes that use Unity's built in ObjectPool class. It handles the boilerplate and provides some useful functionality.

Other Useful Information

You may find the documentation here.

Comments

No comments yet. Be the first!