Additionally to naming, each relevant layer a unique name is equally important. If you have several profile pictures in your design layout and you name them all “ProfilePic”, Quest will export those layers with the naming convention of “ProfilePic_1, ProfilePic_2, ProfilePic_3” etc. While this technically isn’t wrong, it again is confusing as to which is which with only a number associated with it. Are they named that in vertical or horizontal order? There can be a lot of questions from the developer. A better naming convention might be “ProfilePicMain”, “ProfilePicSmall” and “ProfilePicHidden”. Anything that helps describe the situation better to the developer who has to add the code logic will go a long way to building the product faster. Also, for the most part it is good practice to try to avoid using non-numbers and letters as they can potentially be a problem in the code.