mirror of
https://github.com/galacean/engine.git
synced 2026-05-08 15:57:13 +08:00
73 lines
4.3 KiB
Plaintext
73 lines
4.3 KiB
Plaintext
---
|
|
order: 2
|
|
title: Sidebar
|
|
type: Basics
|
|
group: Interface
|
|
label: Basics/Interface
|
|
---
|
|
|
|
## Main Menu
|
|
The main menu can be summoned by clicking the first button on the sidebar. It provides project settings, options to create/clone projects, and some editing options.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/8ea98fe5-399b-4e5f-83c7-391e2e1a36b8/image-20250212120635786.png" />
|
|
|
|
### Create/Clone Project
|
|
|
|
Select the **New Project** option to further choose different types of projects to create. Clicking **Fork** will redirect you to the newly cloned project page, while the old project remains intact.
|
|
|
|
### Project Settings
|
|
|
|
Clicking the **Project Settings** option will bring up the basic project settings dialog.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/db9ba443-256a-49da-aaaf-7481b4301009/image-20250515103554317.png" style={{ zoom: "50%" }} />
|
|
|
|
Basic project settings include:
|
|
|
|
- **Engine Version**: Upgrade the engine version to quickly fix a bug or enjoy new features.
|
|
- **Physics Backend**: Choose between _Physics Lite_ or _PhysX_ as the physics engine backend. The former is a lightweight physics engine, while the latter is an advanced engine based on [PhysX](https://developer.nvidia.com/physx-sdk).
|
|
- **Model Import Options**: Options for model import, including calculating tangents and removing lights.
|
|
|
|
<Callout type="warning">Engine version upgrades are irreversible. To prevent project damage, a snapshot will be automatically saved during the engine upgrade process.</Callout>
|
|
|
|
For quick project settings, you can also access them from the project list page.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/b1647904-871d-4ec4-9a84-b549f0294610/image-20250515103848864.png" style={{ zoom: "50%" }} />
|
|
|
|
## Panel Layout
|
|
|
|
This menu allows you to call up hidden panels or save the current panel layout according to your 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
|
|
|
|
You can search for new members via email and assign them three permission levels: read/write, read-only, and edit. After successfully adding them, you can still edit the member's permission levels or remove the member. Additionally, you can generate a project invitation link that is valid for 7 days; users who click on this link can directly join the project.
|
|
|
|
Please note that we currently do not support multiple users editing the same project simultaneously. We will support collaborative editing in future versions.
|
|
|
|
<Callout>Each project can have a maximum of 5 collaborators</Callout>
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/d5afcff4-37db-49ff-ac53-a02430e71400/image-20250514181036015.png" style={{ zoom: "50%" }} />
|
|
|
|
## Project Export
|
|
|
|
For details, see [Multi-platform Export](/en/docs/platform/platform).
|
|
|
|
## Snapshot Management
|
|
|
|
The snapshot management feature allows users to save snapshots of a project to the history, in case issues like data loss occur. Users can select **Add Snapshot** from the menu.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/f1288a4c-0a0b-4f4c-9325-041ba5df0e59/image-20250514175303329.png" style={{ zoom: "50%" }} />
|
|
|
|
Snapshots display information such as name, engine version, and author. By clicking on the snapshot name, users can edit it to make it easier to find next time. You can quickly restore to a previously saved snapshot using **Revert** or delete snapshots you do not wish to keep using **Delete**.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/041346eb-973e-4e13-aa45-cd1ef29e2b1a/image-20250514175044474.png" style={{ zoom: "50%" }} />
|
|
|
|
<Callout type="info">If the engine version is upgraded in the project settings, the system will automatically save a snapshot of the original version of the project. If the upgrade causes the project to become inaccessible, you can revert to the original version from the project settings on the project list page.</Callout>
|
|
|
|
## AI
|
|
|
|
<Image src="https://mdn.alipayobjects.com/rms/afts/img/A*y9LQT7sqxLwAAAAAAAAAAAAAARQnAQ/original/image.jpg" style={{ zoom: "50%" }} />
|
|
|
|
You can open the AI panel by clicking this button. Currently, it supports the [Image to 3D Model](/en/docs/AI/image2model) capability, and additional AI features will be added here in the future.
|