Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wataru-ito/EmptyFunctionMonitor
【Unity】空関数を見つけるツール
https://github.com/wataru-ito/EmptyFunctionMonitor
Last synced: 3 months ago
JSON representation
【Unity】空関数を見つけるツール
- Host: GitHub
- URL: https://github.com/wataru-ito/EmptyFunctionMonitor
- Owner: wataru-ito
- License: mit
- Created: 2018-04-30T04:14:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T07:23:55.000Z (over 6 years ago)
- Last Synced: 2024-07-14T14:32:25.719Z (4 months ago)
- Language: C#
- Homepage:
- Size: 50.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - EmptyFunctionMonitor - Find empty unity event (Static Code Analysis)
README
# EmptyFunctionMonitor
【Unity】空関数を見つけるツール![image](README_files/emptyfunctionmonitor_image.png)
# 概要
空のStart()やUpdate()、使ってないのに残したままになっていませんか?
システムから呼ばれる関数は、存在するだけでパフォーマンスを食う罪作りな奴です。
[公式マニュアルにも「空関数は消そう!」とあります。](https://unity3d.com/jp/learn/tutorials/topics/performance-optimization/optimizing-scripts-unity-games?playlist=44069)
是非一掃したいですね!
そのお掃除をお手伝いします。### ちなみに:そもそも新規作成時に作られるのが悪いんや!
[よろしい、ならばScriptTemplatesだ。](https://anchan828.github.io/editor-manual/web/scripttemplates.html)
# インストール
[パッケージはコチラ](./EmptyFunctionMonitor.unitypackage)
# 使い方
**MENU[Tools > EmptyFunctionMonitor]**
* ウィンドウの[検索]を押す
* 検索する関数を選択して&実行
![image](README_files/searchtarget_image.png)
* ウィンドウに検索結果が反映されるので、一つず潰していこうTips:
* ダブルクリックで該当の箇所を開きます
* 一覧画面でDeleteを押すと項目を消せます# License
The MIT License