Skip to content

Commit

Permalink
Add stub to prevent UdonSharp warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pema99 committed Sep 8, 2024
1 parent d9d74aa commit 950736d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@ void Update()
}

}
#else
#if UDONSHARP
using UdonSharp;
public class AudioReactivePostProcessing : UdonSharpBehaviour {}
#else
public class AudioReactivePostProcessing : MonoBehaviour {}
#endif
#endif
}

0 comments on commit 950736d

Please sign in to comment.