Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 549 Bytes

unity-workspace.md

File metadata and controls

9 lines (7 loc) · 549 Bytes

Getting Started with UdonRabbit.Analyzer in Unity Workspace

This method ensures that a particular Unity workspace uses Analyzer regardless of the editor you use. When using this method, it is recommended to disable Analyzer on the editor side in the corresponding workspace.

  1. Download the latest UnityPackage from GitHub Releases
  2. Import UnityPackage to your Udon/UdonSharp workspace.
  3. Re-Generate .csproj (Normally, you do not need to do this explicitly)
  4. Happy Coding!