phoria.studios.debugger-vr
v1.0.0
Published
This is not the greatest package in the world, no. This is just a template!
Readme
VR Debugger ReadMe
Description
Bundle of helpful tools for debugging in VR, including scrollable log, and debug events that can be triggered by hotkey or button.
Features
- Debug menu prefab that renders console
- dynamic buttons that populate based on event list
Prerequisites
- Unity 22.3
Usage
Provide a basic code sample that shows how to use the package within a Unity project. This should be a simple example that illustrates the package's primary functionality.
// Example usage of the package
using YourPackageName;
public class ExampleUsage : MonoBehaviour
{
void Start()
{
// Demonstrate package functionality
}
}