Week 3
- jasonphilips2003
- Oct 18, 2024
- 1 min read
Updated: Oct 20, 2024
The Trash Collector Game
I learnt how to make a Character movement system that moves the character on the y axis.
I learned how to make a character spawn in by setting the default pawn as the player.
I learned how to make a array of different spawn locations and select which spawn location to use, then it gets the actor it wants to spawn and spawns it in that selected location.
I learned how to make a function that selects a different mesh from a mesh array that is used when it spawns in a piece of trash.
Comments