blender to unreal tutorials

15
Blender to Unreal Wei-Hao Chen (Wilson)

Upload: wei-hao-chen

Post on 09-Feb-2017

140 views

Category:

Education


3 download

TRANSCRIPT

Blender to Unreal Wei-Hao Chen (Wilson)

Export from Blender (Static Mesh)

Export from Blender (Skeletal Mesh, mesh+armature)

Export from Blender (Animation)

Import into Unreal

Unreal Show Vertex Color

Unreal Collision Setup

Unreal Background Music

Unreal Simple Pathfinding AI

Unreal Teleport Objects

Unreal Object Collision Detection

Unreal Simple Menu

Unreal Export Game

INDEX

Export from Blender (Static Mesh)• Note: you do not have to apply all modifier

Return to Index

Export from Blender(mesh+armature)• Note: you do not have to combine all meshes into one

object, though only the objects that have attached to at least one bone will be imported.

Return to Index

Export from Blender (Animation)Return to Index

Import into Unreal

Import Skeletal Mesh

Import Static Mesh

TBH all you have to do is either drag and drop into content browser or hit import, then press import from pop-up menu

Return to Index

https://youtu.be/CJ0nMCJfnRI?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

https://youtu.be/2txRcmhBzbk?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Import into Unreal (Cont.)

Import Animation

Return to Index

https://youtu.be/jwSwRAnrCeE?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Show Vertex ColorFor those that want to know how my character should look like originally:

Yeah… Didn’t turned out too well…

Return to Index

• https://youtu.be/Co7aVd3YMPA?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Collision SetupReturn to Index

• https://youtu.be/BDhgjtVCdyU?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Background MusicNote: Remember to convert your music files to .wav, because that’s the only format Unreal will acceptI usually use this website: http://audio.online-convert.com/

Return to Index

• https://youtu.be/18S5ekd6DA4?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Simple Pathfinding AI

• 1. Open a Third-Person Template• 2. Duplicate the third-person character blueprint• 3. Add Nav Mesh Bound Volume (Press P if cannot see the

green area)• 4. Add nodes in Level Blueprint• https://youtu.be/6UjZslxUMZs

Return to Index

Unreal Teleport ObjectsReturn to Index

• https://youtu.be/okW1ffkqq9I?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Object Collision DetectionReturn to Index

Note: Remember to check “Generate Overlap Events” and have Collision Presets set to “Overlap All,” found under Collision section

• https://youtu.be/sz3eZH7LccM?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Simple MenuReturn to Index

• https://youtu.be/B56b_MmBHn0?list=PLTAP0zmbPlZYUWZDc8T3WWWDp1w8cZWZr

Unreal Export Game

• File > Package Project > Select format• If you want to change the default level, default name:• Edit > Project Settings, they lie under Maps & Modes,

Description

Return to Index