Still working on my 2D platformer prototype. This week I'll debug and refine movement/gravity/collisions, and if I get to it, start using BoxCast to detect collisions (currently I move the player then move them back if there are collisions). Possibly adding acceleration/deceleration to player movement but that will likely be another week.