as the title says, I’m struggling to work out a way to select a project folder from code if it’s empty, and extensive Googling hasn’t provided a solution as yet.
I’m okay if the folder has something in it, because I can use Selection.activeGameObject to select the object in the folder and in so doing select the folder, but for the life of me I can’t find out a way to select an empty folder.
I’m starting to think it’s actually not possible as things stand, but I’m hoping someone can tell me otherwise