Posted December 01, 2021 by GlitterInGray
Once I had familiarized myself with the assets I had purchased I decided which I felt best suited the world I wanted to make and went about building a small Test Scene.
For this scene, I built out a small area for the player and placed in a few enemies.
Once this small bit of level was made, I created a very rudementairy character controller to allow you to explore the test scene. This controller allowed the character to move based on camera view and gave a basic jump.
Next Using Node Canvas I gave my enemies the ability to follow the player around, with this I quickly realized multiple enemies weren't needed for the level of testing and removed all but one.
I now had the basis that I was going to work off of.