View Console window In Unity Game [Android , ios ] (English)

Опубликовано: 22 Октябрь 2024
на канале: Fast Solution
4,403
23

An Easy Way to view console in unity game on android and ios using free plugin asset.
===========================
Download
https://assetstore.unity.com/packages...
===========================
Log Viewer

Using this tool you can easily check your editor console logs inside the game itself! even on mobile!

All what you have to do is to make a circle gesture using your mouse (click and drag) or your finger (touch and drag) on the screen to show all these logs.
===========================
Console Window. See in Glossary Window (menu: Window - General - Console) shows errors, warnings and other messages generated by Unity. To aid with debugging, you can also show your own messages in the Console using the Debug.Log, Debug.LogWarning and Debug.LogError functions.