Skip to content

Sends Android log messages to the Unity game engine.

License

Notifications You must be signed in to change notification settings

Artees/LogcatToUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logcat to Unity

openupm

Sends Android log messages to the Unity game engine.

Installation

Install the package games.artees.logcat-to-unity using my package registry.

Or install via the OpenUPM registry. (Requires openupm-cli)

openupm add games.artees.logcat-to-unity

Usage

_logcat = GetComponent<LogcatToUnity>();
_logcat.OnMessageReceived += Log;

The LogcatToUnityUnity/Assets/Scenes/SampleScene.unity scene contains an example of displaying the log messages in Unity's UI Text component. It displays only the last few messages, I'm working on a full-fledged runtime console.

About

Sends Android log messages to the Unity game engine.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published