본문 바로가기
game engine

Adding Modules to Unity Installation

by Mecri Unlimited dev studios 2023. 10. 6.

01

Adding modules to your Unity installation is a straightforward process using Unity Hub. Here's a step-by-step guide:

Step-by-Step Guide to Adding Modules to Unity Installation:

  1. Open Unity Hub:
    • Launch Unity Hub on your computer.
  2. Navigate to the "Installs" Tab:
    • Click on the "Installs" tab in the left sidebar.
  3. Select Unity Version:
    • Choose the Unity version to which you want to add modules. If you haven't installed any version yet, click on "Add" to install a version first.
  4. Click on "Three Dots" (...) Next to the Version:
    • Locate the Unity version in the list.
    • Click on the three dots (...) to open the additional options menu.
  5. Choose "Add Modules":
    • From the menu, select "Add Modules."
  6. Select Modules:
    • A window will appear displaying a list of available modules.
    • Choose the modules you want to add to your Unity installation. Common modules include different platform build supports (Android, iOS, etc.) and additional features.
  7. Click "Next" or "Done":
    • Once you've selected the modules, click on the "Next" or "Done" button to proceed.
  8. Download and Install:
    • Unity Hub will now download and install the selected modules. This process may take some time depending on your internet connection speed.
  9. Wait for Installation to Complete:
    • Unity Hub will display the progress of the installation. Wait for it to complete.
  10. Verify Installation:
    • Once the installation is finished, you should see the modules listed under the selected Unity version.
  11. Restart Unity Hub and Unity Editor:
    • Close and reopen Unity Hub. If you have the Unity Editor open, it's recommended to restart it as well to ensure that the changes take effect.
  12. Verify Module Functionality:
    • Open a Unity project or create a new one, and verify that the added modules are functioning correctly.

That's it! You've successfully added modules to your Unity installation. This process allows you to customize your Unity setup based on the platforms you want to target and the features you need for your projects.