Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baba-s/uni-simple-profiler
FPS、GC 発生回数、メモリ使用量を実機で確認できるプロファイラの UI(実機なら GC Alloc は発生しない)
https://github.com/baba-s/uni-simple-profiler
kogane-unity-lib unity unity-optimization unity-profiler unity3d
Last synced: 2 months ago
JSON representation
FPS、GC 発生回数、メモリ使用量を実機で確認できるプロファイラの UI(実機なら GC Alloc は発生しない)
- Host: GitHub
- URL: https://github.com/baba-s/uni-simple-profiler
- Owner: baba-s
- License: mit
- Created: 2019-04-08T03:13:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T05:37:54.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T19:09:51.197Z (6 months ago)
- Topics: kogane-unity-lib, unity, unity-optimization, unity-profiler, unity3d
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 35
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - uni-simple-profiler - Simple profiler in the game (Script Debug)
README
# UniSimpleProfiler
FPS、GC 発生回数、メモリ使用量を実機で確認できるプロファイラの UI(実機なら GC Alloc は発生しない)
[![](https://img.shields.io/github/release/baba-s/uni-simple-profiler.svg?label=latest%20version)](https://github.com/baba-s/uni-simple-profiler/releases)
[![](https://img.shields.io/github/release-date/baba-s/uni-simple-profiler.svg)](https://github.com/baba-s/uni-simple-profiler/releases)
![](https://img.shields.io/badge/Unity-2018.3%2B-red.svg)
![](https://img.shields.io/badge/.NET-4.x-orange.svg)
[![](https://img.shields.io/github/license/baba-s/uni-simple-profiler.svg)](https://github.com/baba-s/uni-simple-profiler/blob/master/LICENSE)## バージョン
- Unity 2018.3.9f1
## 準備
- UniSimpleProfiler は TextMesh Pro を使用するため、
TextMesh Pro の「Import TMP Essentials」を実行する必要があります## 使用例
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190408/20190408143616.gif)
(ドラッグ可能です)
## 使い方
「UniSimpleProfilerUI」プレハブをシーンに配置します
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190408/20190408143610.png)