Archives : March-2025

Why Unity? Launching Unity The lab PCs are pre-installed with Unity 2022.3.34f Creating your first project Built-in Renderer/ URP/ HDRP Built-In Renderer– General Purpose + Legacy– This project type is being phased out Universal Render Pipeline (URP)– Modern go-to option– Artist-friendly features– Best for cross-platform– Best for most cases and is the recommended option for ..

Read more

Creating a simple First Person Controller Learning any application is best done through practice! To really solidify the above concepts, lets create a very basic First Person Controller. This will also introduce you to basic scripting! Decomposing the task Going from nothing to a fully controllable character seems like a daunting task, so let’s break ..

Read more