Summary
We learned a lot in this chapter about debugging and optimizing our code.
Specifically, we covered:
Common compiler errors, what they mean, and how to fix them
How to avoid Accessed None warnings
How to use the log to debug code
How to use the Profiler and Clock/UnClock
Now that we've learned about code optimization, we can cover a few other random topics to finish our course in UnrealScript!