Skip to main content

Ready your engine - Initial setup - (Unity module)

Last updated on March 12, 2025

About

Byte Wars is developed using the Unity Editor version 2022.3.50f1. To open the Byte Wars project, we recommend that you use the same engine version. In this tutorial, we guide you on how to check and validate your Unity engine for use with the project.

Check your Unity Editor

  1. Launch Unity Hub. From the sidebar panel, click on the Installs.

  2. On the Installs panel, you can see all of your Unity Editor version installed on your computer. Make sure you have 2022.3.50f1 version installed.

  3. If you don't have the correct version, you can click on the Install Editor and install the 2022.3.50f1 version. If you can't find the version in the Official releases, then select the Archive tab and follow the instruction to install the version from Unity's archive web page.

Set up Visual Studio

note

Through out the Byte Wars AMS tutorials, we use Visual Studio for IDE because of the simplicity, compatibility, and ease of use for Unity. However, you may use other IDE you prefer.

Unity is designed to be integrated with Visual Studio as its default IDE. Follow the official guide from Unity to set up Visual Studio to work with Unity Engine.