mirror of
https://github.com/galacean/engine.git
synced 2026-05-09 08:16:38 +08:00
38 lines
2.1 KiB
Plaintext
38 lines
2.1 KiB
Plaintext
---
|
|
order: 2
|
|
title: Main Menu
|
|
type: Basics
|
|
group: Interface
|
|
label: Basics/Interface
|
|
---
|
|
|
|
By clicking the first button on the sidebar, you can bring up the main menu. The main menu provides project settings, new/clone project options, and some editing options.
|
|
|
|
<Image src="https://mdn.alipayobjects.com/huamei_fvsq9p/afts/img/A*x2-lTbHZQMwAAAAAAAAAAAAADqiTAQ/original" />
|
|
|
|
### New/Clone Project
|
|
|
|
Select the **New Project** option to further choose different types of new projects. Clicking **Fork** will redirect to the newly cloned project page, while the old project will still be retained.
|
|
|
|
### Project Settings
|
|
|
|
Clicking the **Project Settings** option will bring up the project settings popup, which includes operations such as project renaming, engine version management, and snapshot management.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/9cb6b514-2191-40b9-a904-5f5ad79aca73/image-20240319100534596.png" />
|
|
|
|
#### Basic Settings
|
|
|
|
**Basic** includes the basic information settings of the project:
|
|
|
|
- Engine Version: Upgrade the engine version to quickly fix a bug or enjoy new features.
|
|
- Physics Backend: The physics engine backend, you can choose between _Physics Lite_ or _PhysX_. The former is a lightweight physics engine, while the latter is an advanced physics engine based on [PhysX](https://developer.nvidia.com/physx-sdk).
|
|
- Model Import Options: Model import options, including options to compute tangents and remove lights.
|
|
|
|
<Callout type="warning">The engine version upgrade operation is irreversible. To avoid damaging the project, a project will be automatically cloned during the engine upgrade process.</Callout>
|
|
|
|
#### Snapshot Management
|
|
|
|
The **Snapshots** snapshot management feature allows users to save a snapshot of a project to the history. In case of data loss or other issues, you can quickly restore to a previously saved snapshot using **Revert**. Users can select **Add Snapshot** from the menu. Clicking on the snapshot name allows you to edit the snapshot name for easy identification next time.
|
|
|
|
<Image src="https://gw.alipayobjects.com/zos/OasisHub/adbd922a-f764-4e54-a7e8-891ebd18a074/image-20240319101033970.png" />
|