Allar / ue5-style-guide

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

Where to put Static Meshes? #55

Open DidibaDEV opened 3 years ago

DidibaDEV commented 3 years ago

I'm a beginner, so this will feel stupid (and I feel dumb for asking), but where are Static Meshes and Textures supposed to go?

The readme example shows an Art folder that also has Animations and Sounds, so I guessed there at first. But then, the readme also mentions an Environment folder later on ("Want to view only static mesh in Environment/Rocks/?").

So, is it Content/Art/Subfolder or Content/Environment/Subfolder?

Also, I suggest that it gets clarified in the readme for newbies like me.