Introduction à unity 3D

28
Introduction à Unity MOSTEFAOUI Mohamed Anes

description

Introduction à Unity 3D animée par MOSTEFAOUI Mohamed Anes durant le GameDev organisé par le CSE. Anes est un Microsoft Certified Professional, Mirosoft Student Partner et formateur Game Dev depuis 2011.

Transcript of Introduction à unity 3D

Page 1: Introduction à unity 3D

Introduction à Unity

MOSTEFAOUI Mohamed Anes

Page 2: Introduction à unity 3D

Unity ?

Unity is a development engine for the creation of 2D and 3D

games and interactive content.

Page 3: Introduction à unity 3D

Unity ?• Visual tools : Editor• WYSIWYG• Reusable components (prefabs)

Page 4: Introduction à unity 3D
Page 5: Introduction à unity 3D

Unity ?• Since 2005• by Unity Technologies• Current version : 4.3.3

Page 6: Introduction à unity 3D

Programmers ?

Page 7: Introduction à unity 3D

Scripting• Very large and rich Framework • Scripting Based on mono• A Modfied JavaScript (UnityScript)• C# • Boo• IDE : MonoDevelop/VisualStudio*

Page 8: Introduction à unity 3D
Page 9: Introduction à unity 3D

Graphics• Shaders support• ShaderLab • Cg/HLSL 

Page 10: Introduction à unity 3D

Plug In• Extend Unity engine• Extend Unity editor

Page 11: Introduction à unity 3D

Internaly• C++ (Core engine)• Direct3D/OpenGl/OpenGl ES/others for graphics • PhysX(3D) & Box2D (2D) for Physics

Page 12: Introduction à unity 3D

Designers?

Page 13: Introduction à unity 3D
Page 14: Introduction à unity 3D

3D workFlow

Page 15: Introduction à unity 3D

2D workFlow

Page 16: Introduction à unity 3D

Assets• 2D/3D content• Large Assets format support :•  3dsMax, Maya, SofitImage, Blender, Modo, ZBrush, Cinema

4D, Cheetah3D, Photoshop,FireWorks, Allegorithmic Substance …

Page 17: Introduction à unity 3D

Animations• 2D/3D animations systems• Key Frame Animation

•Mecanime !

Page 18: Introduction à unity 3D
Page 19: Introduction à unity 3D

Animations

Page 20: Introduction à unity 3D

Sell Assets• Creat 2D/3D content• Assets Store

Page 21: Introduction à unity 3D

Game is ready ?

Page 22: Introduction à unity 3D

Export Platformes

Page 23: Introduction à unity 3D

Export Platformes

Page 24: Introduction à unity 3D

Published it !

Page 25: Introduction à unity 3D

Licence• annual gross revenues < US$ 100,000 =>

Free• Else : Buy Unity Pro ($1500/$75 per month , and more

per platform)

Page 26: Introduction à unity 3D

Unity Pro ?

Page 27: Introduction à unity 3D

Extra features • Performance Profiler• AAA visual fidelity, special effects and ambience• Much much much…and yet much more Full list : http://unity3d.com/unity/licenses

Page 28: Introduction à unity 3D

Thank you