Unity3D
作者:Changhoon Park

1. Basics
1.1. GameObject
1.1.1. Tag Manager
1.1.2. Layer
1.1.3. Tag
1.1.4. API
1.2. Component
1.2.1. API
1.2.1.1. GameObject.GetComponent
1.2.1.1.1. String, Type으로 Transform Component 접근하기
1.2.1.1.2. String, Type으로 Script Component접근하기
1.2.1.2. GameObject.AddComponent
1.2.1.2.1. String과 Type으로 SphereCollider 추가하기
1.3. Lights
1.3.1. Directional Shadow Details
1.3.2. Spot Light Cookie
1.4. Shadow
1.5. Camera
1.6. Rigidbody
1.7. Collider
2. Advanced
2.1. Occlusion Culling
2.2. Propile
2.3. Garbage collection
3. Scripting Overview
3.1. attaching custom script objects
3.2. Common Operations
3.3. Time
3.4. Accessing Components
3.5. Accessing Objects
3.6. Vectors
3.7. Variables
3.8. Instantiate
3.9. Coroutines & Yield
3.10. Using C# & Boo
3.11. Important Classes
3.11.1. MonoBehaviour
3.11.2. Moving / Rotating objects around
3.11.3. Animation System
3.11.4. Rigidbody
3.11.5. FPS or Third person character controller