Tag

#unity

Unity 3D – Introduction

March 12, 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…

Unity 3D – First Person Controller

March 12, 2025

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.…

Unity – Glossary

December 14, 2024

Note: This is a student-submitted guide. Please comment or get in touch with me (Parker) for suggestions or clarification! Editor Terms C# & Scripting

Unity – Sprites and Spritesheet Resources

November 28, 2024

Unity Learn: Introduction to Sprite Editor and Sheets Introduction to the sprite editor – Learn how to import the sprite editor and slice an image into multiple sprites…

Unity – Simple 3D Orbit Camera

January 29, 2025

Note: This is a student-submitted guide. Please comment or get in touch with me (Parker) for suggestions or clarification! Intro In this tutorial, you will learn how to…