Naming Folders in Unity

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.

best to not touch the default folders names, if you add a store item, a plugin or asset it may not work because it can’t find the correct paths.