Example #1
0
    void Awake()
    {
        taikoModule = FindObjectOfType <TaikoModule>();

        if (profile != null)
        {
            profile.TryGetSettings(out ca);
            if (ca != null)
            {
                ca.intensity.value = 0.0f;
            }
        }
    }
Example #2
0
 void Awake()
 {
     taikoModule = FindObjectOfType <TaikoModule>();
 }