Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaNeverUsed committed Jul 29, 2024
1 parent 81250dd commit d8a7094
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# UdonSharp Profiler
Profiling tool for UdonSharp

# How to use
1. Download and install the project from my [VCC Listing](https://deltaneverused.github.io/VRChatPackages/)
2. Add the prefab from the package's sample folder into you scene
3. Enable the profiler by going to ``Tools/UdonSharpProfiler/Enable`` (click again to disable, having it enabled does make your udon programs slower.)
4. Drag the UdonSharp Behaviours into the ``Targets`` array on the Profiler prefab
5. Enter play mode or play through the VRChat client.
6. Click on the cube from the prefab to write the Trace to the log file
7. Create a trace file by going to ``Tools/UdonSharpProfiler/Save Unity`` Log or ``Tools/UdonSharpProfiler/Save VRChat Log``
8. Load the file into [Perfetto](https://ui.perfetto.dev/)

0 comments on commit d8a7094

Please sign in to comment.