Project Brief …Your final outcome should be a physical game that is well designed and easy for players to read, along with a rulebook which is clearly laid out with easy to understand written instructions – someone should be able to play your game without anyone from your team needing to explain the rules to ..
Author : Ross Popovs
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 ..
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 ..
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 best way to learn coding is by doing it, and in this post, I will recommend some resources to get you started! Official Series by Unity: Beginner ..
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 https://learn.unity.com/tutorial/introduction-to-sprite-editor-and-sheets# Use several sprites to create a 2D character rig Introduction to 2D character rigging – If you have a sprite sheet where each sprite is a ..
..
..
Feel like you are familiar with C# scripting and want to take your coding to the next level? This guide is for you! In no particular order, here are some more advanced C# (and general programming) practices you may not have known about! Did you know: C# Programming Desig..
This guide is still under construction. For assistance on setting up and using version control con..