Skip to content

Commit

Permalink
docs: update Unity version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Nov 2, 2024
1 parent 2ad2bef commit dce3f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JotunnLib/Documentation/tutorials/asset-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ New Assets can be created with Unity and imported into Valheim using Jötunn. In

Creation Tools
* [Visual Studio](https://visualstudio.microsoft.com/de/downloads/) - Editor for our plugin code
* [Unity 2022.3.17](https://unity3d.com/unity/whats-new/2022.3.17) - Game engine that Valheim runs in
* [Unity 2022.3.50](https://unity3d.com/unity/whats-new/2022.3.50) - Game engine that Valheim runs in

Game Mods (install these into your game as our mod has dependencies on them)
* [Jötunn, the Valheim Library](https://thunderstore.io/c/valheim/p/ValheimModding/Jotunn/) - Mod with convenience methods we will use
Expand All @@ -22,7 +22,7 @@ To add an item to the game, a mod maker will have to:

## Unity Editor Setup

Valheim uses Unity Version **2022.3.17**
Valheim uses Unity Version **2022.3.50**

If you don't have Unity already installed, download [UnityHub](https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.exe) from their website or install it with the Visual Studio Installer via `Individual Components` -> `Visual Studio Tools for Unity`. You will need an Unity account to register your PC and get a free licence. [Create the account](https://id.unity.com/account/new), login with it in UnityHub and get your licence via `Settings` -> `Licence Management`.

Expand Down

0 comments on commit dce3f59

Please sign in to comment.