Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
null
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Third-person camera controller - part 2Unity for Beginners - Animal Crossing

Let's write a script for your camera which will follow our main character as it walks. The camera will also be able to zoom in and zoom out.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Third-person camera controller - part 1Unity for Beginners - Animal Crossing

Let's take a look at the components and properties of the camera object in the inspector window.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Third-person movement - part 2Unity for Beginners - Animal Crossing

We will be using Rigidbody-based movement for our character to make it move left, right, forward and backward. There are two general ways to implement movement of a character in combination with Unity's physics engine.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Lighting in Unity (spotlight, directional light, point and area light)Unity for Beginners - Animal Crossing

Light in Unity is a game component which is responsible for illuminating objects. We will go over the different types of lights we can use in our game such as: spotlight, directional light, point and area light.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

ConclusionUnity for Beginners - Animal Crossing

Great! Now we have our Mousey NPC that strolls back and forth as long as the main character is outside the defined circle.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Make a new Unity3D projectUnity for Beginners - Animal Crossing

Let's make a new Unity3D project and get started with making our game

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Intro to 2D and 3D gamesUnity for Beginners - Animal Crossing

Learn about the characteristics of 2D and 3D games

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Intro & Getting StartedUnity for Beginners - Animal Crossing

Let's get started with the basics of what a game engine is and the different categories of games.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Set up Mousey in the inspector windowUnity for Beginners - Animal Crossing

A short lesson on setting up the Mousey character in the inspector window.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Patrol Path ScriptUnity for Beginners - Animal Crossing

PatrolPathScript script allows for the visualization of the patrol path by drawing the lines and the spheres. It also has two functions that allows the AI script to grab the current and next point in the patrol.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

AI ScriptUnity for Beginners - Animal Crossing

In this script the Mousey NPC will patrol with animations along a certain pre-determined patrol path. The Mousey NPC will stop walking if the player crosses its path.

https://s3.amazonaws.com/assets.fullstack.io/n/20210217032134897_twitter.jpg

lesson

Set up the Mousey animatorUnity for Beginners - Animal Crossing

Let's add an idle animation to our Mousey charactert to make it look more animated!