UDK Project – Early Test

I began working on a platforming game project using the Unreal Development Kit and finally got the core systems fleshed out. I had originally planned on implementing all of these views in to a single system, but problems arose with projectiles hitting the target on a 2-D plane while doing so. Not to mention if the player is moving and suddenly the view changes, it can be confusing and may cause them to run off a ledge.

So in the end I made 3 separate systems:

Continue reading