Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Node for viewing log output in Unity Editor #53

@GaryMakinMe

Description

@GaryMakinMe

As an alternative to checking the Unity text file Editor.log, create a visual programming node that can take the logging from the plug-in and forward it to the Unity Editor, using Debug.Log.

The node should including controls for filtering the forwarded messages. Filtering should be available on the log level (error, warning, etc) and also on a string in the message (e.g. participant would include all messages that contained that string).

Update: C++ SDK 2.6 introduces a logging callback. This node should hook into that system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions