Day 9

Published November 05, 2012
Advertisement
Mirrored from my blog (en, pt-br).

On 9 I read chapters 7 and 8 of the book Unity 3.x Game Development Essentials and watched Parts 6 and 7 of the video lesson Blender 2.6 Essential training.

In Chapter 7 of the book is built a mini-game where the player has to shoot down all three targets with coconuts to liberate one of four power cells in order to open the door. The only thing interesting about this chapter is the use of coroutine. Actually, later I'll look deeper into coroutines.

[media]
[/media]

In chapter 8 of the book is built a fire and made a simple mechanic that makes the player lights the fire from a matchbox that is inside the station. The main subject in this chapter is the particle system, as when the book was written was still using the old system, the author made a video showing how to do the same fire in the new system (shuriken).

[media]
[/media]

Part 6 of video lessons talked about textures and more interesting, that I wasn't sure how it worked, UV Mapping.

tumblr_maxqz9XDfB1rxq0qy.jpg

Part 7 talked about the types of lighting that Blender has, and showed one by one.

tumblr_maxryfpX611rxq0qy.jpg

tumblr_maxrynejah1rxq0qy.jpg

One thing I did today too was to test the interaction of Unity with Blender.

The Unity automatically imports the file .blend that is in the project structure. I created a standard sized cube in Blender and imported to Unity, then I created a cube of size 1 in Unity itself. The cube of the Blender was twice the size in comparison to the Unity. So to maintain the aspect ratio is necessary to put the scale at 0.5 on the properties of import.

After scaling test I took a scene from the video lessons (the room) and imported to Unity. Using scale to 0.5, the size was good, but when importing the material was not with the texture. I need to make a search on how to export Blender material in Unity.

Render of the Room in Blender:

tumblr_maxs6qtjuF1rxq0qy.png

In Unity:

[media]
[/media]

[size=2]PS: Sorry for the bad english.
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Day 39

1597 views

Day 38 - Idleness

1215 views

Day 37

1250 views

Day 36

1287 views

Day 34 - College

1067 views

Day 35 - Idleness

1121 views

Day 33 - College

1162 views

Day 32

1321 views

Day 31

1259 views

Day 30

1316 views
Advertisement