VUdon - Logger [](https://github.com/Varneon/VUdon-Logger/stargazers) [](https://github.com/Varneon/VUdon-Logger/releases) [](https://github.com/Varneon/VUdon-Logger/releases/latest)
October 18, 2022 ยท View on GitHub
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
Import with VRChat Creator Companion:
- Download
com.varneon.vudon.logger.zipfrom here- Unpack the .zip somewhere
- In VRChat Creator Companion, navigate to
Settings>User Packages>Add- Navigate to the unpacked folder,
com.varneon.vudon.loggerand clickSelect FolderVUdon - Loggershould now be visible underLocal User Packagesin the project view in VRChat Creator Companion- Click
Add
Import with Unity Package Manager (git):
- 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
Import from Unitypackage:
- Download latest
com.varneon.vudon.logger.unitypackagefrom here- Import the downloaded .unitypackage into your Unity project