Unity 3rd Person Combat Couse Code Repository Gitlab or Github?

I’m running though the above named course and I’m running into a problem with Debug.Log() not working at all for the state machine and I’d like to browse the instructor’s code to see if I made a mistake somewhere but I can’t find a link to the code anywhere. Can someone point me in the right direction? Thanks.

Well I fixed the problem about the Debug.Log(). I was using the if statement to test for null instead of using the inline question mark technique that the instructor used. I’d still like to know where the code base is for any future problems I may come across.

At the bottom of the screen for each lecture, there should be a tab for Resources. Where applicable, we try to keep a link to the current commit for that lecture in that Resources tab.

You can view the current state of the repo (I always suggest folks clone it!) here: GameDev.tv / Unity 3rd Person Combat and Traversal / Third-Person-Combat-and-Traversal · GitLab

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms