Last Updated on December 4, 2025
Industrial Games develops its games using Unity.
This article summarizes an overview of Unity and information on how to use it.
What is Unity?
Unity is an application that allows you to create games and videos using 3D graphics.
Unity is not only a graphics engine that manages 3D assets, but also a full-featured game engine used for developing both 2D and 3D games.
You can use Unity on Windows/Mac/Linux

Unity is a cross-platform game engine. It runs on Windows, Mac, and Linux, allowing you to develop games.
How to use Unity
To use Unity, you have to install the Unity Hub and then install the Unity Editor from the Unity Hub.
Unity Hub is the management application that lets you install, organize, and launch different versions of the Unity Engine.
The Unity Engine is the actual game development environment where you create and build your 2D and 3D games.
In other words, Unity Hub manages the Unity Engine, while Unity Engine (Unity Editor) is the tool you use to make the game development projects.

Install Unity Hub
To start developing a game with Unity, you first need to install Unity Hub on your computer. Unity Hub is required to manage the Unity Engine.
Using the documentation below as a reference, we will walk through the installation process for Unity Hub.
https://docs.unity3d.com/hub/manual/InstallHub.html
Access the link provided in the documentation and install Unity Hub on your computer:

Download the Unity Hub installer that matches your operating system, such as Windows, macOS, or Linux.

Install Unity Editor from Unity Hub
After installing and launching Unity Hub, open the Installs tab and install the Unity Editor.

How to develop games with Unity
You develop games in Unity by creating a Unity project in Unity Hub and editing the Unity project created in Unity Editor.






Get Assets from Unity Asset Store

Unity game development process at Industrial Games
Here’s our Unity game development process at Industrial Games:
- Explore the games you can develop using Unity Assetstore.
- start a Unity project and actually import assets.
- If there are no issues with the compatibility of the assets, we continue with development.
- If the build is successful and the game runs without any issues, we will release it.
How to publish Games developed with Unity
The games we have developed are available below.
- Google Play ()
- IG Store (https://store.industrial-games.com)
All development methods for games developed by Industrial Games will be made public
When we develop games with Unity, we publish all the steps on how we made the games on the following site.