Skip to content

Commit 9b3c496

Browse files
committed
more info
1 parent 27a7324 commit 9b3c496

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/_posts/2025-02-04-fyrox-game-engine-0.36.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ you to create 2D and 3D games with low effort using native editor; it is like Un
2222
largest in history of the engine so far. It includes major rendering improvements, feature-rich tile maps,
2323
UI styling support, project manager, nine patch improvements, collider shape editing, terrain improvements, animation improvements, particle system improvements, huge amount of bugfixes and a lot more.
2424

25-
## How to Upgrade
26-
27-
At first, install the latest `fyrox-template` by executing the following command: `cargo install fyrox-template --force`.
28-
Then execute this: `fyrox-template upgrade --version=latest`. The amount of breaking changes in the code is quite low and
29-
it should be quite easy to migrate an existing project to the latest engine version.
30-
3125
## Version Unification
3226

3327
Fyrox is a project with multiple crates and all these crates had different versions, which made it hard to understand which
@@ -45,11 +39,21 @@ more. Project manager also does all the heavy lifting for newcomers - it hides t
4539
engine in different modes and basically allows you to run the engine in a few clicks.
4640

4741
The project manager is now the official, yet experimental, launcher for the engine. Its pre-built versions will be available
48-
on the website using "Download" button.
42+
on the website using "Download" button. It can also be compiled locally using `cargo install fyrox-project-manager`, these are
43+
for those devs who don't trust running pre-built binaries.
4944

5045
Keep in mind, that the project manager is fully optional and is not required for the engine to run, it is just a
5146
convenient tool for project management.
5247

48+
## How to Upgrade
49+
50+
Download the project manager, import your project using "Import" button, select it in the list and click "Upgrade" button,
51+
select "Latest" and click "Upgrade".
52+
53+
Alternatively, this can be done using console commands. At first, install the latest `fyrox-template` by executing the following
54+
command: `cargo install fyrox-template --force`. Then execute this: `fyrox-template upgrade --version=latest`. The amount of
55+
breaking changes in the code is quite low and it should be quite easy to migrate an existing project to the latest engine version.
56+
5357
## Tile Maps
5458

5559
![tile maps](https://fyrox-book.github.io/scene/tile_map.png)

0 commit comments

Comments
 (0)