Skip to content
View anastasiadevana's full-sized avatar
🦄
🦄

Organizations

@HearXR
Block or Report

Block or report anastasiadevana

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. HeadphoneMotion HeadphoneMotion Public

    Unity plugin for Apple Headphone Motion API.

    C# 295 21

  2. Quickly hook any function in your cl... Quickly hook any function in your class to a button in the Unity3d Inspector.
    1
    ## How to use
    2
    
                  
    3
    Let's say you have a function called `MyFunction`, and you want to show a button in the inspector to trigger it.
    4
    
                  
    5
    Just add a "decoy" variable with the `[ButtonInvoke]` attribute in your script (*type* of the variable doesn't really matter, but its *name* will be used as button text.