Select File in Project Folder

Hi.

I’m new to scripting and Unity but I have to perform a specific process repeatedly to multiple files. I was wondering if there was a script or a line of code that will allow me to select files (or a folder) in my Project folder in Unity and then have it preform a sequence of actions to each file, similar to Photoshop’s Automate Batch feature.

Any help or information is appreciated.

Hi, welcome to the forum!

There’s nothing in Unity directly equivalent to Photoshop’s actions, but the editor is extensively scriptable. Check out the Editor classes in the docs, and also the numerous Editor scripts on the Unify wiki.