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
- Host: GitHub
- URL: https://github.com/artees/fpscounter
- Owner: Artees
- License: mit
- Created: 2019-08-28T08:13:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T13:16:11.000Z (about 4 years ago)
- Last Synced: 2025-04-02T19:44:34.728Z (6 months ago)
- Topics: fps-counter, unity, upm-package
- Language: C#
- Size: 108 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FPSCounter
[](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).