查看: 1739|回复: 0
打印 上一主题 下一主题

Complete set of Unity3D Tutorials

[复制链接]

5552

主题

2

听众

8万

积分

首席设计师

Rank: 8Rank: 8

纳金币
-1
精华
11

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

跳转到指定楼层
楼主
发表于 2012-4-9 14:21:00 |只看该作者 |倒序浏览
English | AVC1 1440x900 | AAC 128 Kbps | 11.1 GB

Genre: eLearning
Unity is a multiplatform game development tool. An all-in-one solution, Unity has been designed from the start to ease game creation. A fully integrated professional application, Unity just happens to contain the most powerful engine this side of a million dollars.


Unity Fundamentals

Explore the powerful Unity Engine in this module. You'll create your own outdoor terrain with Unity's powerful Terrain Editor and learn about the game production tools Unity has to offer. In addition to an extensive tour of the interface, learn about design paradigms and tools like GameObjects, Components, Cameras, Lights, and Particle Systems.

Unity Gameplay & s cripting Primer

Create your first game from scratch using Unity's default assets. Learn how to make a game with a win and lose condition, player health, and a score. You'll learn about object collision, how to create a fully-playable first-person controller, and how to use the GUI class to create an in-game heads-up display.

Unity Optimization & Deployment

No game is complete until you can deliver it to an eager audience. Learn how to deploy your game to multiple platforms, including PCs, Macs, and the Unity Web Player. Learn some tricks for optimizing your final package's file size (crucial for web and mobile deployment) such as storing large assets online and loading them at runtime, and using asynchronous level loading.

Unity s cripting with javas cript

s cripting is at the heart of Unity's ease of use. Learn the basics of javas cript to unlock the full potential of your games. This module covers basic programming concepts such as variables, logic loops, and data types, as well as Unity-specific classes that relate to the object-oriented Editor tool (such as accessing GameObjects and Components).

Unity s cripting with javas cript 2

Create a top-down space shooter from scratch! You'll make a fully-functioning arcade game and learn about collision, player movement, instantiation, health and score systems, dynamic level creation and enemy spawning, creating weapon power-ups, using particle systems and sound effects, automating enemy movement, and creating a homing missile.

Unity Networking s cripting I

Unity makes complex network and multiplayer functionality more approachable than ever with its Network class and masterserver database. Learn how to connect players across a network, how to sync object and variable states between game instances, how to create a chat system, and how to post and receive global server-side high scores. You'll be able to use the tools and techniques learned here and begin to craft your first multiplayer game on your own. It won't be easy, but you'll have the foundation you need to get started.

Basic Artificial Intelligence Part 1

Learn how to create enemies that think! In this AI introduction you'll create a robot that detects when a player is near and runs away until it feels it's safe. You'll learn how to use enumerations to store an object's state, how to effectively trigger 3D animations, and how to s cript logic in an enemy that will teach it to think for itself.

Binocular GUI

You'll learn how to create a high-tech binocular effect for your game, complete with distance readouts, faux night vision, and an interactive camera zoom. This can be integrated into any player-controlled camera and would probably be most at home in a first-person game. The sky's the limit; take what you learn here and run with it!

Character Animation s cripting

Learn the basics of animation s cripting in Unity! You'll learn how to import and s cript the animations of a robot model and also how to use animations in tandem with Unity's physics system, creating a punch animation that affects surrounding objects.

Gun Muzzle Flash & Raycast Bullets

This module shows you how to add two effects to a first-person gun: a randomized muzzle flash and an impact explosion. In the process you'll learn about raycasting and raycast hit normals, instantiation and randomization, and modifying firing rates.

Inventory GUI

In This tutorial we will touch base on many of the Graphic User Interface (GUI) functions such as buttons, guiskins and many other topics. In this tutorial you'll learn to create a bag collection system that will be able to loot objects, swap objects and have a functionality to equip these objects.

Basic Artificial Intelligence Part 2

Up the ante with our second module on Artificial Intelligence that builds on the first. You'll learn how to create a stationary robot that detects when a player is in range and fires towards him,and an even more fearsome one that runs around the level looking for players to fire at.

Animation View

Brought to you by the Unity Demo Team. Unity can animate almost any game property including position, rotation, and component parameters, offering a developer a great deal of control over animation interactivity. Unity also pairs well with custom imported animations, as you can both trigger and modify them with the Animation View.

Vector Snapping & Marquee Selection

In this 3.0 feature preview, Ethan Vosburgh walks us through some of the new usability improvements coming to Unity.

Unity Particle Effects

We'll be taking a look at the particle system that Unity has developed and see what effects we can create. Most of this is trial and error so take what we teach and play around with it to see what variations you can create.

Door Functionality in Unity

Learn how to implement door logic with Unity's s cripting system. First you'll learn to open the door as soon as a player's in range. Then you'll create logic to require a player to open the door with an action button, or even to unlock the door first. By using triggers, raycasting and enumerations, you can control when and how a player interacts with the door.

Asset & Scene Management

Learn how to manage and find assets in the Unity Editor. Learn how to label assets to easily find them later and some approached to organizing GameObjects in your hierarchy like using empty GameObjects, Tags, and Layers.

Audio Features

Learn about Unity's versatile audio engine and how to utilize it. We'll walk through all the properties of the Audio Source component including 3D Sound Settings and Volume, Pitch, and Pan falloff curves. We'll also use filters to create bandpass, echo, distortion, chorus, and reverb effects. Lastly, we'll create Reverb Zones to dynamically modify the tone and character of your sounds in-game.

Debugging

Unity 3 ships with MonoDevelop, a full-featured debugging tool. We'll link it to a Unity project and use it to insert breakpoints to help identify where errors occur in the code.

Deferred Lighting

Unity optimizes lights in a scene by using one of three rendering paths - deferred lighting, forward rendering, and vertex lit. The benefits of all three are discussed as well as how to enable them. We also go over the settings on individual lights as they relate to the lighting optimization.

Image Effects

Cameras in Unity can be given stylized looks with camera s cripts. Looks that are explored are Blur, Grayscale, Motion Blur, Noise, Sepia Tone, Twirl, Bloom and Flares, Color Correction (using RGB curves), Crease, Depth of Field blurring (creating camera focus), Edge Detection, Fisheye lens simulation, Sun Shafts, and Vignetting.

Occlusion Culling

Occlusion culling is an optimization method by which objects not in view are not rendered. We show you how to use the integrated Umbra occlusion system to optimize your levels within Unity. You'll create occlusion areas like view volumes to inform the game of possible camera locations and limitations and target volumes to inform the game of dynamic objects like enemies.

Texture Settings

Unity's Texture Importer allows PSD files to be dynamically integrated into projects and applied as complex material shaders. They should also be clamped and compressed according to the intended deployment platform, a process we walk you through step-by-step.

Triggered Cameras In Unity

Add an interactive security station to your game! Learn how to use triggers, cameras, GUI Buttons, and first-person controller tools to make a fully functional closed circuit surveillance system. Great for first-person puzzles or cinematic sequences.

Character Selection Menu

Learn how to make a selection menu with keyboard support. This menu functions like the normal Unity GUI but uses keyboard input and button navigation instead of a mouse.

iOS Development With Unity

Set up your developer account, the Xcode development environment, and your mobile device for development builds. We build a provided project to a phone and then package it for sale on the app store.

Android Development With Unity

Set up your developer account, the Android SDK, and your mobile device for development builds. We build a provided project to a phone and then package it for sale on the Android Marketplace.

Mobile Skater Game

Learn how to s cript accelerometer and multi-touch input with javas cript in this skater game. You'll use raycasting, animations, and mobile input classes to implement movement, tricks, and verts.

Download

http://fileserve.com/list/P6mnmTc

or

http://www.filesonic.com/folder/1326801

分享到: QQ好友和群QQ好友和群 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
转播转播0 分享淘帖0 收藏收藏0 支持支持0 反对反对0
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

关闭

站长推荐上一条 /1 下一条

手机版|纳金网 ( 闽ICP备08008928号

GMT+8, 2024-5-3 16:42 , Processed in 0.099675 second(s), 29 queries .

Powered by Discuz!-创意设计 X2.5

© 2008-2019 Narkii Inc.

回顶部