I created prefabs for the barrel trap, and now I can place multiple objects at once with the same animations and placings in the environment.
Sunday, March 4, 2018
Unity Tutorials: Prefabs
I created prefabs for the barrel trap, and now I can place multiple objects at once with the same animations and placings in the environment.
Unity Tutorials: Rigid Bodies
I made the barrels have rigid bodies on them so that they fall when the animation is being played.
Unity Tutorials: Materials
I learned how to make and place materials on an object, and learned how to change the way it looks in the environment of the game.
Unity Tutorials: Texturing Terrains
I painted textures on a terrain, and it is not as hard to figure than it was to figure out how to paint terrains in Unreal Engine. The colors and lighting are better in unreal, but the game aspect is better in Unity.
Unity Tutorials: Painting Terrains
Painting in Unity is very similar to painting in Unreal, and it looks like it is a little simpler and easier than it is to paint in Unreal.
Friday, March 2, 2018
Unity Tutorials: Basic Asset Creation
This seems a little more simple than Unreal so far, but this is only the beginning of learning how to use Unity.
Subscribe to:
Posts (Atom)
-
I used three different lighting types in Unity: the area, directional, and point lights. Each one has its own specific purpose to make a ...