Allar / ue5-style-guide

An attempt to make Unreal Engine 4 projects more consistent
http://ue5.style
MIT License
5.33k stars 1.15k forks source link

Animation Sequence and Sound Wave prefix conflict #54

Open Software-Cat opened 3 years ago

Software-Cat commented 3 years ago

Problem

In the Asset Name Modifiers section of the style guide, it was stated that:

Asset Type: "Sound Wave" Prefix: "A_" Retreived from 1.2.10 Sounds

However, the prefix used by Sound Waves conflicts with the prefix used by Animation Sequences.

Asset Type: "Animation Sequence" Prefix: "A_" Retreived from 1.2.2 Animations

This conflict would mean that if one were to search audio assets using "A_", they would instead find Animation Sequences too, and vice versa.

Proposal

Change the Animation Sequence prefix from "A" to "AS".

This refactor would also conform well with the prefix for Level Sequence, which is "LS_".

lucastucious commented 3 years ago

What about suffix animation with _Anim, as usually they will be prefixed with the skeleton/character name.