This commit is contained in:
Mike Wuetherick 2019-06-20 10:59:56 +02:00
Родитель 17a9add43a
Коммит d8945aac62
1 изменённых файлов: 7 добавлений и 13 удалений

Просмотреть файл

@ -7,16 +7,10 @@ buttons that point to some of the tools included in the Sherman project.
From left to right, the buttons are:
Scene Loader - scans the Scenes folder for any SceneLoader
scriptable object and displays a button that navigates to the
file in the Project window
Search Project - a shortcut that sets the input focus to the
Search field in the Project window
Create Group - automatically adds a parent GameObject with the
selected objects in the current scene (also accessible by
the keyboard shortcut (CTRL + Alt + G)
Center Group - Sets the pivot of the group to the center of the children
Remap Materials - opens the Material Remapper window (described below)
Render Window - opens the Render Window (described below)
Load Film Layout - switches the editor to the Film Layout (described above)
- Scene Loader - scans the Scenes folder for any SceneLoader scriptable object and displays a button that navigates to the file in the Project window
- Search Project - a shortcut that sets the input focus to the Search field in the Project window
- Create Group - automatically adds a parent GameObject with the selected objects in the current scene (also accessible by the keyboard shortcut (CTRL + Alt + G)
- Center Group - Sets the pivot of the group to the center of the children
- Remap Materials - opens the Material Remapper window (requires the Film / TV Toolbox package to be available in the project)
- Render Window - opens the Render Window (see Module.RenderWindow for documentation)
- Load Film Layout - switches the editor to the Film Layout (see Module.Layout for documentation)