Posts

Showing posts from March, 2019

Unity 3D Essential Training Tutorials Final Part

Image
For Section 12, Particles & FX in Unity, I will be working on the following: Ambient Particles: Dust - There are different ways of adding a particle system to the scene by making an empty object and placing a particle system there or adding one to an existing object. There is also a preset effect --> Particle System so I will be using it. There are lots of settings for a particle effect... Video below of how it looks after i am done. Creating steam effects - finishing the Dust effect I will now work on a steam particle effect. Here is how it looks right now. I still need to add more. The steam effect will be for the slime area. A bit more progress... Final...[Video] I will add the shader for the steam in the next part of the tutorial where I will modify the appearance of each particle. Modifying the appearance of particles - For this part I will be adding a steam shader to the steam particles. I will be using the preset Particle Steam that is found in th...

Unity 3D Essential Training Tutorials Part 2

Image
For Section 8, Collisions, I will be working on the following: Unity Collider Components: Just a quick overview of the different colliders in Unity. Nothing is being done in this part. Applying Colliders: For this part I will start applying colliders to multiple objects around the scene that way the 3rd person HazMat character cant walk through them. Here I am editing the box collider for the conveyor. If I didn't adjust it the box that falls down would land and not move on top of the conveyor. I also adjusted the collider for both the character and one of the walls, the rest will be done in the next part of the tutorial. Optimizing Collisions: For the beginning of this part i created 3 more box colliders and resized them accordingly to every wall per each side. As well as everything in the scene that needs colliders. In Section 9, Adding Audio, I will be working on the following: Introduction to audio in Unity: Nothing being done here. First part talks about the dif...