An open API service indexing awesome lists of open source software.

https://github.com/artees/fpscounter

A simple FPS counter for Unity
https://github.com/artees/fpscounter

fps-counter unity upm-package

Last synced: about 2 months ago
JSON representation

A simple FPS counter for Unity

Awesome Lists containing this project

README

          

# FPSCounter

[![openupm](https://img.shields.io/npm/v/games.artees.fps-counter?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/games.artees.fps-counter/)

A simple FPS counter for Unity

# Installation

Install the package **games.artees.fps-counter** using [my package registry](https://artees.games/upm).

Or install via the [OpenUPM registry](https://openupm.com/packages/games.artees.fps-counter/). (Requires [openupm-cli](https://github.com/openupm/openupm-cli))
```
openupm add games.artees.fps-counter
```

# Usage
Drag the `FPSCounter.prefab` asset onto your [UGUI canvas](https://docs.unity3d.com/Manual/UICanvas.html).