Posts

Showing posts from February, 2023

Exploring the Unity Game Engine

Image
Introduction: Unity is one of the world's leading real-time development platforms. It is predominantly used for Game Development; however, its incredible capabilities also allow Unity to also be used for Architectural Visualization, Animation, Simulations, etc. Some notable games that are developed on Unity include: Rust, Cuphead, Among Us, Fall Guys and Genshin Impact. Installation: To install Unity, we first have to install the Unity Hub, this can be installed directly from the Unity website. The Unity Hub, like the name suggests, serves as a hub of everything you work on in Unity. Upon Installation the Unity Hub will appear as such.  There are multiple versions of Unity that can be accessed through the Unity Hub. Throughout the duration of this semester, I will be using 'version 2021.3.16f1'. Unity is installed with a Code Editor Package for Visual Studio which integrates with Microsoft Visual Studio by default, but it can be changed if you want to use a different enviro...