Tips for Debugging Unity Games
When facing issues during game development, it is crucial to be familiar with techniques you can use to debug and find the cause of bugs. Some bugs are harder to debug than others, for instance, debugging shader issues is hard because you can’t output log statements to the console like you can in normal code….