Category

Unity

10 articles in this category

Unity 3D – Introduction

March 12, 2025 8 min read

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 9 min read

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 4 min read

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 – C# and Scripting Resources

November 19, 2024 2 min read

Learning to code can seem daunting, but the only way to get better is through exposure! There are thousands of tutorials online all with unique learning styles. The…

Unity – Sprites and Spritesheet Resources

November 28, 2024 1 min read

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 6 min read

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…