Open Software-Cat opened 3 years ago
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.
Change the Animation Sequence prefix from "A" to "AS".
This refactor would also conform well with the prefix for Level Sequence, which is "LS_".
What about suffix animation with _Anim, as usually they will be prefixed with the skeleton/character name.
Problem
In the Asset Name Modifiers section of the style guide, it was stated that:
However, the prefix used by Sound Waves conflicts with the prefix used by Animation Sequences.
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_".