Hello Petey.
Love the tuts. And witht that being said i'm having an issue with one of the script.
IndexOutOfRangeException: Array index is out of range.
PlayerModelCustomization.UpdateHead () (at Assets/_Scripts/Character/Character Customization/PlayerModelCustomization.cs:130)
PlayerModelCustomization.Update () (at Assets/_Scripts/Character/Character Customization/PlayerModelCustomization.cs:59)
Not sure where i went wrong i watch your vids a few times and havent seen anything differentand hoping you can help. Thanks in advance.







It looks like you are trying to access an index in the array of different heads that does not exists. Check to see how many different heads you have and add a debug line in there to see what the value is when it errors on you.