Version 3.0.3 Released

You shipped an error in ThirdPersonPerspectiveItem line 62:
m_CharacterIK = m_CharacterIK.GetComponentInChildren<CharacterIKBase>();
should be
m_CharacterIK = m_Character.GetComponentInChildren<CharacterIKBase>();

I am thinking this doesn't manifest in the demo scene because you use a character switcher?
 
You shipped an error in ThirdPersonPerspectiveItem line 62:
m_CharacterIK = m_CharacterIK.GetComponentInChildren<CharacterIKBase>();
should be
m_CharacterIK = m_Character.GetComponentInChildren<CharacterIKBase>();

I am thinking this doesn't manifest in the demo scene because you use a character switcher?
Thank you for letting me know. I updated version 3.0.3 on the Asset Store with this fix.
 
Top