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 ..
Tag : 2D
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 ..
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 ..
Note: This is a student-submitted guide. Please comment or get in touch with me (Parker) for suggestions or clarification! Intro In the Introduction tutorial you will have been introduced to Unity by making a simple player controller. This one will also be a very simple controller with minimal code, but will be a lot more ..