We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8caab22 + 2ecb57b commit 0815a80Copy full SHA for 0815a80
Editor/FolderEditorUtils.cs
@@ -21,6 +21,7 @@ public static void AddFolderPrefab(MenuCommand command)
21
22
GameObjectUtility.SetParentAndAlign(obj, (GameObject)command.context);
23
Undo.RegisterCreatedObjectUndo(obj, _actionName);
24
+ Selection.activeObject = obj;
25
}
26
27
0 commit comments