Posted September 13, 2019 by Ryley D.
Introduction
This sprint my focus was re-implementing a weapon data script to instantiate attributes to an enemy rather than a weapon. This meant familiarizing myself with the classes to a point where I could understand it and then creating a mirror class. Then testing the class in a scene and packaging it up for core.
Primary – Christian Hodges | Secondary – Ryley Delaney |
Take the time to understand the script you’re re-implementing. It will make troubleshooting far easier.
If the task only requires you to recreate the script, it may not be efficient for the project to spend large periods of time understanding more complex components. Contrary to the previous statement.