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

Organizations

@HearXR
Block or Report

Block or report anastasiadevana

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. HeadphoneMotion HeadphoneMotion Public

    Unity plugin for Apple Headphone Motion API.

    C# 291 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.