Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| editor_basics [2026/02/22 21:20] – created nlondon | editor_basics [2026/02/22 21:46] (current) – nlondon | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| * **Difficulty Preview**: Enables/ | * **Difficulty Preview**: Enables/ | ||
| + | |||
| + | ==== Scene Outliner ==== | ||
| + | |||
| + | This shows all of the objects in your map (Depending on filter settings), and can be used to rename and reorganize objects as well. | ||
| + | |||
| + | Click and drag on a object to change the order of objects, and you can set the parent of an object by dragging it on top of a Geo or a Group. Note that you cannot parent something to an Entity. | ||
| + | |||
| + | You can rename objects by either right-clicking on the object and selecting ' | ||
| + | |||
| + | Filters can be useful for navigating your scene quickly. By default, all objects are given empty names, and can clutter the outliner very quickly. If you click the down arrow to the right of the ' | ||
| + | |||
| + | If you can't find a node that you're looking for, make sure: | ||
| + | - Filters are all set correctly, or the Filter button is disabled. | ||
| + | - You don't have any text in the Filter type-in. Click the X button to the right to clear it. | ||
| ==== Viewports ==== | ==== Viewports ==== | ||
| Line 72: | Line 86: | ||
| * **Shift+F4**: | * **Shift+F4**: | ||
| + | ==== Inspector ==== | ||
| + | |||
| + | The inspector shows all editable properties of any selected objects. You can edit the properties of multiple selected objects at once (With some exceptions), | ||
| + | |||
| + | ==== Asset Browser ==== | ||
| + | |||
| + | Here you can select, apply and modify various assets used in the game. There are two main tabs: Materials and Entities. | ||
| + | |||
| + | Materials can be dragged directly onto Geos in the map to apply them, or you can press the Apply button or the Enter key to apply them to any currently selected geos or faces. There is also an eyedropper tool that allows you to select a material from a face in the map. | ||
| + | |||
| + | Entities can also be dragged directly into the map, as long as they' | ||