Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android タグのコードをデバッグするには、タグに基づいてログをフィルタリングすると非常に役立ちます。Unity 3d で使用する場合
Debug.Log
デフォルトでは、すべてのログにタグとして Unity が含まれています。このデフォルトのタグを変更する方法はありますか?
いいえ、タグを変更する方法はありません(私が見た限り)。ここで述べたように。
ただし、エラー、警告、または通常のデバッグ メッセージとしてログを表示できます。Debugそのためにクラスを確認してください。
Debug