I was creating a prefab for a while, and I had developed all the logic, but halfway through the process I realized that certain things couldn’t be done in the prefab.
So, I decided to port all my progress to scene events with the prefab’s children.
However, since there were so many objects, I didn’t want to waste time copying and pasting one at a time (since I can’t select multiple objects). So I decided to put them all in a folder to copy… and…
Anyway, it would be nice to be able to copy and paste folders from one scene (or prefab) to another scene!
it would probably be useful for other purposes besides mine heh