VUdon - Logger
Runtime logger for UdonSharp
UdonLogger class
UdonLogger is an abstract class similar to UnityEngine.ILogger
interface, which you can extend freely to suit your purposes.
UdonConsole prefab
UdonConsole is an in-world console window for viewing the logged messages in game. Implements the UdonLogger class for use in a similar window design to the ConsoleWindow in the Unity Editor.
Installation
2
Dependencies -
2
VRChat Creator Companion:
Import with
- Download
com.varneon.vudon.logger.zip
from here- Unpack the .zip somewhere
- In VRChat Creator Companion, navigate to
Settings
>User Packages
>Add
- Navigate to the unpacked folder,
com.varneon.vudon.logger
and clickSelect Folder
VUdon - Logger
should now be visible underLocal User Packages
in the project view in VRChat Creator Companion- Click
Add
Unity Package Manager (git):
Import with
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
- Paste the following link:
https://github.com/Varneon/VUdon-Logger.git?path=/Packages/com.varneon.vudon.logger
Unitypackage:
Import from
- Download latest
com.varneon.vudon.logger.unitypackage
from here- Import the downloaded .unitypackage into your Unity project