Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

Noesis - Unity3D Fundamentals 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
Noesis - Unity3D Fundamentals EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
Noesis - Unity3D Fundamentals EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
Noesis - Unity3D Fundamentals EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
Noesis - Unity3D Fundamentals EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
Noesis - Unity3D Fundamentals EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
Noesis - Unity3D Fundamentals EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
Noesis - Unity3D Fundamentals EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
Noesis - Unity3D Fundamentals EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
Noesis - Unity3D Fundamentals EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
Noesis - Unity3D Fundamentals EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
Noesis - Unity3D Fundamentals EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
Noesis - Unity3D Fundamentals EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
Noesis - Unity3D Fundamentals EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
Noesis - Unity3D Fundamentals EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
Noesis - Unity3D Fundamentals EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


Noesis - Unity3D Fundamentals

Go down

Noesis - Unity3D Fundamentals Empty Noesis - Unity3D Fundamentals

Bài gửi by Nguyen Trung Hoa Sun 22 Aug 2010, 5:08 am

Noesis - Unity3D Fundamentals | 1.11 GB
Noesis - Unity3D Fundamentals Es95ba
Noesis - Unity3D Fundamentals 2e4gu48

The ?Unity 3D Essentials? video courseware from Noesis Interactive teaches students the principal tools within Unity?s incredibly robust multiplatform game development engine. From first launch students are guided through the use and common practices within the Unity Development Environment. Topics include a general workflow primer, asset management and organization and optimization techniques. Basic scripting and deployment is also covered while students use existing assets to assemble a fully playable game.

Noesis - Unity3D Fundamentals


Course consists of three essential modules to learning the fundamentals of Unity:
Module 1 ? Fundamentals (interface and mise-en-scene) - discuss exercise and then do practical example in "Lerpz Escapes" if applicable. Module consists of a breakdown and explanation of toolsets within Unity. Individual chapters detail specific tasks and tools useful or requisite to general development.

* Overview of Tool Paradigms
o GameObject, Components, Scripts
o Integration with 3D programs, Photoshop
o Create New Project with Standard Assets
* Unity 3D Interface (Development Environment)
o moving around, shortcuts, hotkeys
* Editor Customization & Layouts
o move/save layout
* Creating Terrains
o Terrain Engine
+ height, textures
+ trees, grass, detail mesh
+ optimizing with lightmaps
o skybox
* Asset Import and Integration (Models, Textures, Audio)
* Prefabs
* Cameras & Lighting
o camera component - applications and settings for different types of games
o light types, cookies, rendering types (vector/pixel)
o projectors
* Particle Systems
o overview of emitter, animator, collider, renderer
* Lerpz' Jet Pack
o use Prefabs, Lights, and Particles to make jet flames for Lerpz
* GUI
o Non-Interactive GUI setup

Module 2 ? Gameplay and Scripting Primer
Module consists of an explanation of the scripting paradigm(s) in Unity. Individual chapters begin by breaking down basic scripts to achieve / relay basic tasks. Later chapters follow the Lerpz 3D platformer tutorial to implement and briefly explain pre-created scripts

* Overview of Scripting and State Machines
o Adds interactivity and logic to all the assets in the game (GameObjects and their Components). Without any scripts, the objects behave according to the default rules of the Unity Engine - there will be gravity and collision applied, but nothing else will happen.
o A State Machine is a system in which an object has a finite amount of states it can exist in. A light switch can be on or off, and we can track that and tell associated light objects to turn on or off accordingly. A player can be alive or dead, and we can track that and tell the game to respond accordingly. Scripts define these states and determine the behavior that results from objects existing in these states.
* Overview of Scripts to C++, design concepts, organization
* Basic Gameplay
o physics and colliders
o animation
o audio listener
+ Discuss Node Logic in Lerpz Escapes
+ Planning
# objective: player needs to collect 20 fuels, unlock ship, and take off in it
# conflicts: robots and laser damages, falling off kills, fence prevents player from leaving
# need to track: player health, lives, enemy health, damage dealt, when player has fallen off, fuels collected, whether fence is up or down, whether player is alive or dead
* Write Pickup script as example of collision and tracking level status, updating GUI
o Add raycast in front of Lerpz to make Fuel collectable only when Lerpz faces it

Module 3 ? Unity Optimization and Deployment
Module outlines current deployment options is specific versions of Unity.

* Optimization Techniques
o Combine meshes
o Vertex Lights and Baked lighting (for nonmoving objects)
o Optimize Models: mesh and material, polygon count, hard edges, UV mapping seams
o Texture file size: Compress on compile and set max texture size
o Pro Only: Shadows
* Deployment Options
o Standalone Mac & Windows
o Web Browser
+ Web Optimization
+ Streaming Optimization
+ Embedding and Customizing Player (uses js/html)
+ Communicating w/Browser, Detecting and Installing Player (uses js/html)

Download with Hotfile :

Code:
http://hotfile.com/dl/48896684/d32351e/No3sis_UnityFundam3ntals.part01.rar.html
http://hotfile.com/dl/48896681/d8edf0a/No3sis_UnityFundam3ntals.part02.rar.html
http://hotfile.com/dl/48898031/99f9a73/No3sis_UnityFundam3ntals.part03.rar.html
http://hotfile.com/dl/48898050/eba556a/No3sis_UnityFundam3ntals.part04.rar.html
http://hotfile.com/dl/48898068/c8d83a7/No3sis_UnityFundam3ntals.part05.rar.html
http://hotfile.com/dl/48898083/b597676/No3sis_UnityFundam3ntals.part06.rar.html
http://hotfile.com/dl/48898085/012eb0b/No3sis_UnityFundam3ntals.part07.rar.html
http://hotfile.com/dl/48898093/58bcddf/No3sis_UnityFundam3ntals.part08.rar.html
http://hotfile.com/dl/48896608/9b4ff8b/No3sis_UnityFundam3ntals.part09.rar.html
http://hotfile.com/dl/48896610/6d4635c/No3sis_UnityFundam3ntals.part10.rar.html
http://hotfile.com/dl/48896627/5a69820/No3sis_UnityFundam3ntals.part11.rar.html
http://hotfile.com/dl/48896626/3979774/No3sis_UnityFundam3ntals.part12.rar.html

fileserve

Code:
http://www.fileserve.com/file/zPcFvFC
http://www.fileserve.com/file/nPYPdMg
http://www.fileserve.com/file/Rn3Q5ub
http://www.fileserve.com/file/grBYjgG
http://www.fileserve.com/file/H2DT6tj
http://www.fileserve.com/file/MYqY8zz
http://www.fileserve.com/file/QdfN8wY
http://www.fileserve.com/file/8udJaV3
http://www.fileserve.com/file/sdNj84R
http://www.fileserve.com/file/aPMq7Vs
http://www.fileserve.com/file/v6DDTES
http://www.fileserve.com/file/6EzjBdX

All Link Interchangable
Nguyen Trung Hoa
Nguyen Trung Hoa
Admin

Đánh giá tốt! : 24

Nam
Goat
Tổng số bài gửi : 51033
Birthday : 09/10/1979
Tuổi : 45
Địa chỉ: : Lô L14-4 Khu Phố FBS - Phường 9 - Tp Tuy Hoà - Phú Yên
Điện thoại: : Mobile: 0985017089 ; 0918 957 282
Điểm : 182626
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết