2D Game Development – Main Character and First Script
Day 011 #100DaysOfGameDev
Using the course Ruby’s Adventure: 2D Beginner in Unity Learn, I was taught how to import an external image as a character sprite and write a basic C# script to get that sprite to move around the screen via keyboard controls.
I was introduced to new types, variables, and components in Unity to get character movement working.