AvinZarlez / unity-tools

A Visual Studio Code Extension to provide some tools for Unity development
https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools
MIT License
31 stars 8 forks source link

Organizational Folder command doesn't organize my folder #58

Closed AliAkbarMontazeri closed 5 years ago

AliAkbarMontazeri commented 5 years ago

I expect the command would organize the messed up files in the explorer (or maybe I'm wrong). But that just simply don't change anything.

AvinZarlez commented 5 years ago

What do you mean by "Organize the messed up files"?

The command is to Generate Organizational Folders. It does not actually move any files.

Command: Generate Organizational Folders

Added the pallet command "Unity Tools: Generate Organizational Folders" to create some default organizational folders to your project's Assets Folder. The list of default folders are below:

  • Scenes
  • Scripts
  • Prefabs
  • Materials
  • Audio

As far as this as a feature suggestion, I don't know if a command to move files would be very good considering it would have so much potential to break things in the process. A lot of considerations for moving files (moving metafiles? What if filename already exists? etc.)

My process was just to have the folders and to move things myself as to what makes sense. Hence the feature.

I don't know how else to make the naming clear? Or perhaps, I am misunderstanding your issue and you are having a problem generating folders?