Hello! I currently have a steady naming convention in place throughout my computer. Unity however, names it’s folders that clash with the format already in place. I have two questions…
- Can Unity-generated folders such as “Assets”, “Packages”, and “ProjectSettings” be renamed to “assets”, “packages”, and “projectsettings” or “project-settings”?
- Can special folders such as “Editor”, “Scripts”, and “Resources” be renamed to “editor”, “scripts”, and “resources”?
The only thing I could find in documentation on case-sensitivity was for the “StreamingAssets” folder.