Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

Legend

I am so tired and I should not be programing. I was super confused debugging something since the output seemed impossible, but then I realised I had written Debug.Log instead of Debug.LogError on one line which was causing me to miss those reports. It had me pulling my hair out trying to figure out how the error didn't exist until the later section.

Then a couple minutes ago I was just using a Vector2 to calculate an angle instead of a Vector3, and was weirded out why I kept getting seemingly impossible results.