Vavassor / ParaDraw

Drawing tools for visual debugging in VRChat worlds.
MIT License
4 stars 2 forks source link

Discord - Community Chat Website - Orchid Seal

ParaDraw

Drawing tools for visual debugging in VRChat worlds.

Like Unity Gizmos or Debug.DrawLine but available at runtime so you can test in VR or on Android.

Screenshot 2024-05-10 130229

Features

Getting Started

There's a few options to use the tools.

Option 1 - Creator Companion

Get the package for VRChat Creator Companion!

  1. In the VPM repository, click "Add to VCC".
  2. In Creator Companion, click the Manage Project button for your project.
  3. Under "Manage Packages", find "ParaDraw" and click the add (+) button.

Option 2 - Manual Install

Download the latest Unity Package and follow the directions for importing local asset packages into your Unity project.

How to Use

Drag the ShapeDrawer prefab into your scene. ShapeDrawer is in the folder Packages/ParaDraw/Runtime/Prefabs.

Add the ShapeDrawer as a variable to any script you want to debug. And call whatever draw methods you like!

Check out the Wiki for more guides!

Frequently Asked Questions

Question

Why do wireframe meshes looks broken on Quest?

Answer

Check the "Read/Write Enabled" option for the mesh in the model import settings.

License

This project is licensed under the terms of the MIT license.