All posts in "C#"

Why you should do code reviews – And how to do them right

Have you heard about code reviews but never done one?  Or are you struggling to do code reviews right?  Maybe you dread the words ‘code review’ from terrible past experiences…  Here, I’ll go over why you need code reviews in your project, and how to get the most value out of them with the least pain.  Code reviews can be a great, positive, and fun experience, while making your project code quality dramatically better, and improving your developer skillset.

Continue reading >
Share

Debugging in Unity3D

By Jason Weimann / May 14, 2018

Learn how to use the VisualStudio Debugger to find and fix problems in your Unity projects.  We’ll go through setting up breakpoints, attaching to the process, stepping over and through things, and even add some watches.  If you’ve never used the debugger before, prepare to be amazed by the new awesomeness that awaits.

Continue reading >
Share

Unity Code Reviews

For the last few months, I’ve been reviewing different Unity projects publicly.  Going through the code, looking for areas where the project can be improved, and providing recommendations and advice.  Here, I’ve gathered a few of those reviews for you to take a look at.  You’ll be able to see some real peoples actual projects, and go through the code with me as we explore how they’re put it together.

 

Continue reading >
Share

Build a 3rd person shooter in Unity – Part 2

By Jason Weimann / February 3, 2018

Build a 3rd person shooter from the ground up. Part 2 of this series covers weapon use (firing a gun in Unity) with raycasting to hit the correct targets.  We’ll also setup a reusable health system for our bad guys, player, and even props.  Then we’ll drop into particles for muzzle flashes and sound effect basics.

 

 

Get the Third Person Control Code

Download The Muzzle Flash Particle – —>>> HERE <<<—

 

Get the Gun & Health Code

Continue reading >
Share

Build a 3rd person shooter in Unity – Part 1

By Jason Weimann / February 1, 2018

Build a 3rd person shooter from the ground up. In this series we’ll put together all essentials for a 3rd person shooter game in Unity3D. We’ll do character control, shooting, exploding, animating, making loud explosions, and more! If you want to build a third person shooter, follow along 🙂

 

 

 

Get the Third Person Control Code

Continue reading >
Share
Page 2 of 6