Chronomancer - Bug Fixing / Problem Solving
- Ashley Mortlock
- Apr 6, 2023
- 1 min read
While making Chronomancer I have encountered many bugs, some of which were easier to solve than others. I have learned something from most if not all of them though. An example of this is the bug I had where enemies wouldn’t move after I built the project. This was due to variables on their AI blackboards that were being set on “begin play” being called before the blackboard was created when playing from a build.
Fixing bugs on this project has allowed me to develop my problem solving skills which will help me on future projects.
Comentários