Skip to content

Commit

Permalink
Merge pull request #144 from xxSeys1/master
Browse files Browse the repository at this point in the history
Updated Create a project manual
  • Loading branch information
mafiesto4 authored Apr 15, 2024
2 parents b0137fa + 39a8125 commit 1174899
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions manual/get-started/create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@

![Flax Projects Page](media/projects-page.jpg)

After you [get Flax](get-flax.md), navigate to the **Projects** page in the Flax Launcher. Here you can view your projects library. You can open existing projects by double clicking on them (the default engine version) and you can use the context menu (3 dots near its name label) to delete, unlink or view project location.
After you [get Flax](get-flax.md), navigate to the **Projects** page in the Flax Launcher. Here you can view your projects library.

If it's your first time with Flax we recommend you click **Get Flax Samples** to download a collection of free projects that showcase various engine features and can be used as a base for your journey with Flax. Flax Samples are free and [available here](https://github.com/FlaxEngine/FlaxSamples).
You can open an existing project in the default engine version by double clicking on it. Use the 3 dot menu in the bottom right corner next to the project name to delete or unlink a project or to open the location of a projects files in your file explorer.

You can also add an existing project from your drive using the **Add Project** button. Simply pick the folder that contains the project and it will appear in your project's library.
If it's your first time with Flax we recommend you click on **Get Flax Samples** to download a collection of free projects that showcase various engine features and can be used as a base for your journey with Flax. Flax Samples are freely [available here](https://github.com/FlaxEngine/FlaxSamples).

To create a new project use the **New Project** button in the upper right corner of the page and follow the dialog instructions. You can pick a template, specify the project name and the target location. After that click the **Create Project** button and open it via double click or using the context menu (3 dots) in the projects library.
You can also add an existing project using the **Add Project** button. Simply pick the folder that contains the project and it will appear in your projects library.

To create a new project use the **New Project** button in the upper right corner of the page and follow the dialogs instructions. You can pick a template and specify the project name and the target location. After that click the **Create Project** button and open it via a double click or by using the context menu (3 dots) in the projects library.

![New Flax Project Dialog](media/new-project-dialog.jpg)

Now it's time to [learn about Flax Editor](editor.md)...
Now it's time to [learn about the Flax Editor](editor.md)...

### Project from command line

An alternative way to create a new project without using Flax Launcher is to run Flax Editor executable with `-new -project <new_project_path>` to create a new project inside a specified folder.
An alternative way to create a new project without using the Flax Launcher is to run the Flax Editor executable with `-new -project <new_project_path>` to create a new project inside of the specified folder.

<div class="frontpage">

Expand Down

0 comments on commit 1174899

Please sign in to comment.