mirror of
https://github.com/galacean/engine.git
synced 2026-05-18 11:09:39 +08:00
52 lines
2.8 KiB
Plaintext
52 lines
2.8 KiB
Plaintext
---
|
|
order: 2
|
|
title: Sidebar
|
|
type: Basics
|
|
group: Interface
|
|
label: Basics/Interface
|
|
---
|
|
|
|
## Main Menu
|
|
By clicking the first button on the sidebar, you can bring up the main menu. The main menu provides project settings, options to create/clone a project, and various editing options.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/8ea98fe5-399b-4e5f-83c7-391e2e1a36b8/image-20250212120635786.png" />
|
|
|
|
### Create/Clone Project
|
|
|
|
Selecting the **New Project** option allows you to choose from different types of new projects. Clicking **Fork** will redirect you to the newly cloned project page, while the old project will still be retained.
|
|
|
|
### Project Settings
|
|
|
|
Clicking the **Project Settings** option will bring up a popup with basic project settings.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/032598c7-cffb-4a7a-ac1f-2dc2185ce794/image-20250212152704057.png" style={{ zoom: "50%" }} />
|
|
|
|
Basic project settings include:
|
|
|
|
- **Engine Version**: Upgrade engine version to quickly fix a bug or enjoy new features.
|
|
- **Physics Backend**: The physics engine backend, with options to choose between _Physics Lite_ or _PhysX_. The former is a lightweight physics engine, while the latter is a high-end physics engine based on [PhysX](https://developer.nvidia.com/physx-sdk).
|
|
- **Model Import Options**: Model import options include options for computing tangents and removing lights.
|
|
|
|
<Callout type="warning">Engine version upgrades are irreversible. To avoid project damage, a snapshot will be automatically saved during the engine upgrade process.</Callout>
|
|
|
|
## Panel Layout
|
|
|
|
Users can use this menu to bring up hidden panels and save the current panel layout according to their usage habits, making it convenient to use the same layout for other projects.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/cafce601-36cb-4cf5-9e9c-c4e689bf7de8/image-20250212153709151.png" style={{ zoom: "50%" }} />
|
|
|
|
## Member Management
|
|
|
|
Users can search for new members by email and assign read-write, read-only, or editing permissions. Once added, you can still edit member permission levels or remove members.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/e8804737-d181-4cb5-bb39-74bf800264c1/image-20250212154556326.png" style={{ zoom: "50%" }} />
|
|
|
|
## Project Export
|
|
|
|
For more details, see [Multi-platform Export](/docs/platform/platform).
|
|
|
|
## Snapshot Management
|
|
|
|
The snapshot management feature allows users to save a snapshot of a project into the history, so in case of data loss or other issues, you can quickly restore to a previously saved snapshot through **Revert**. Users can choose **Add Snapshot** from the menu. Clicking on the snapshot name allows you to edit the snapshot name for easy quick retrieval next time.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/c057ba9a-d757-4ab2-8123-9fff84aaeae3/image-20250212121056362.png" style={{ zoom: "50%" }} /> |