Unity-Style-Guide icon indicating copy to clipboard operation
Unity-Style-Guide copied to clipboard

AudioClip and AnimationClip have the same prefix `A_`

Open fguillen opened this issue 3 years ago • 1 comments

This makes difficult to filter these types individually

  • https://github.com/justinwasilenko/Unity-Style-Guide#422-animations
  • https://github.com/justinwasilenko/Unity-Style-Guide#429-audio

fguillen avatar Mar 05 '21 19:03 fguillen

That's true, and also in fact not what I have been using. Have been working on some more changes to this as I build my new project. For animations, I have been using the suffix _anim

justinwasilenko avatar Mar 09 '21 00:03 justinwasilenko