Страница 1 из 1

Noesis - Unity3D Fundamentals

СообщениеДобавлено: 19 июн 2010, 15:32
TexeL
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.

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)



Noesis - Unity3D Fundamentals Module 1| 1.11 GB

Site: http://www.design3.net

Dl Link Module1: 4Shared
Dl Link Module2: 4Shared

Спасибо DbIMoK

Re: Noesis - Unity3D Fundamentals

СообщениеДобавлено: 20 июн 2010, 11:58
Anim86
отличная штука! Спасибо!
жаль только первый видео курс... хотелось бы все =)

Re: Noesis - Unity3D Fundamentals

СообщениеДобавлено: 20 июн 2010, 17:33
bibika
Что то не сксачать с 4Shared.... можно куда нибудь ещё залить?)

Re: Noesis - Unity3D Fundamentals

СообщениеДобавлено: 20 июн 2010, 17:47
Anim86
у меня скачалось без проблем. 15 минут где то.
как я понимаю там лежит только 1 модуль. а не 3 как написано.

Re: Noesis - Unity3D Fundamentals

СообщениеДобавлено: 20 июн 2010, 20:53
bibika
Скачал, дааа.. там только 1 модуль... хотелось бы вообще всё скачать))))

Re: Noesis - Unity3D Fundamentals

СообщениеДобавлено: 16 авг 2010, 12:06
DbIMok
Noesis - Unity3D Module 2 : Gameplay and Scripting
добавил в шапку 4shared ссылку на 2-ой модуль