Skip to content

Commit

Permalink
docs: updated Unity version of Valheim to 2022.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jun 23, 2024
1 parent 69ec162 commit a23ddc6
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.12](https://unity3d.com/unity/whats-new/2022.3.12) - Game engine that Valheim runs in
* [Unity 2022.3.17](https://unity3d.com/unity/whats-new/2022.3.17) - 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.12**
Valheim uses Unity Version **2022.3.17**

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 a23ddc6

Please sign in to comment.