Unity Free Tutorial

This is what my computer may as well have been doing Image Source: Wikimedia This week, I am completing tutorials that suit my specific game. I have already used several tutorials thus far, although I can’t recall exactly which ones. At this point, I am skimming several different videos looking for the information that I need and then moving on to the next one. The toughest part is getting different codes to work in tandem with one another. My initial plan was to control the player character using WASD, and have a mouse cursor to interact with objects and characters in the game world. However, it seems as though I will have to choose between click to move as well as interact, or using the keyboard to do both. I’m sure there is a way of doing what I want, but I am unable to find out how. Tracking Camera This is a video by Brackeys - a developer who’s work has helped my own quite a bit. I was able to use this tutorial to get the main camera to smoothly follow the Play...