3D Graphics - Game Development

Unity

URL Description
Best HTTP Plugin
Best HTTP Pro and Basic Documentation
Blurry GUI Text - How to fix
Build Multiplayer Games and Launch Worldwide.
CURSOR API
Cartoon Town - Unity 3d Very beautiful little town in Unity3D.
Cursor size
End-to-End: Develop, Debug, and Deploy a Unity Game
Finding out the size of rendered text
 public char OnValidateInput(string text, int charIndex, char addedChar)
    {
        addedChar = char.ToUpper(addedChar);
 
        var textwidth = input.text.cachedTextGenerator.GetPreferredWidth(text+addedChar, input.text.GetGenerationSettings(input.GetComponent().rect.size));
 
        if (textwidth < input.text.GetComponent().rect.width)
            return addedChar;
        else
            return '\0';
    }
GUI Text in Unity 3d (Unity Concepts)
Game FX Tutorials - Glowing Orb Effect - Unity 3D
How do I make the camera zoom with mouse wheel
How to create an online multiplayer game with Unity

In this tutorial I explain how to create a online multiplayer game using Photon Unity Networking (PUN), instead of the standard Unity networking.

How to make a Multiplayer Game?
How to use Git for Unity3D source control?
Igor Aherne Sharing my passion with you. Games Development.
Instantiate as a Child of the Parent
Leap Motion Piano in Unity
Level-0 Folders Required for Version Control Systems

The .gitignore file for Unity

# =============== #
# Unity generated #
# =============== #
Temp/
Library/
 
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
obj/
*.svd
*.userprefs
/*.csproj
*.pidb
*.suo
/*.sln
*.user
*.unityproj
*.booproj
 
# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Making Scrollable Text in Unity 4.6 Good explanation of making a kinetic scrolling text panel. It is not obvious how you do this. Also adds a scrollbar as well. Your need:
  • Panel
  • Image
  • Mask
  • Scroll Rect
  • UI Text
  • Content Size Fitter
Overview - Accessing Other Game Objects
Pan Camera with mouse?
Photon Unity Networking (PUN)
Realtime Intro (Using Photon)
Running an external EXE file from Unity
Smooth 2D camera zoom
Tutorial: Creating a Tooltip in Unity 5 GUI / uGui 4.6
Unite 2013 - Advanced Editor Scripting
Unity - swipe controlled ScrollRect with items snapping Unity Tutorial: swipe controlled ScrollRect with items snapping.
Unity 3d Tutorial Create a Transparent Texture
Unity 3d Tutorial: Altering Sounds Dynamically (Piano Game)
Unity 4.6 - New UI World Space Canvas
Unity 4.6 - UI Scrolling Text
Unity 5 Mini Tutorial - How To Create Crosshair Cursor - Beginner
Unity 5 UI Tutorial - Scroll Rect Snap to Element : Part 01

Shows kinetic scrolling buttons horizontally that snap to an element. Shows the difference between elastic and unrestricted scrolling.

Unity 5 UI Tutorial - Scroll Rect Snap to Element : Part 02
Unity 5 UI Tutorial - Scroll Rect Snap to Element : Part 03
Unity 5 released

  • Unity 5 Professional, which adds a number of features new to the latest iteration of the engine (notably, its Cloud Build service package) and its analytics packages, as well as its Team License tools for larger studios.
  • Unity 5 Personal, which is completely free to developers with revenue or funding less than $100,000 a year, and which includes the full engine (but no advanced services package.)

Unity FPS Tutorials

  1. Unity FPS Tutorial 1
  2. Unity FPS Tutorial 2
  3. Unity FPS Tutorial 3 - Animation
  4. Unity FPS Tutorial 4 - How to Make a gun shoot in Unity - Raycast and Prefab
  5. Unity FPS Tutorial 5 - Easy Shooting & Enemy AI
  6. Unity FPS Tutorial 6: Raycast Shooting, Radar & More!

Unity Script Reference

This section of the documentation contains details of the scripting API that Unity provides. To use this information, you should be familiar with the basic theory and practice of scripting in Unity which is explained in the Scripting section of our manual.

Unity Tutorial: Create a local animation by parenting

In this little tutorial I demonstrate how to parent an object if you want to play its animation clip(s) at different locations from where it was originally created. I also try to explain the difference between world and local space.

Unity UI Tutorial - How to make a scrollable list
Unity Web Player
Unity2D Tutorial - Changing Sprites in Code [C#]
Unity3D - Stuart Spence

  1. Unity3D - Grab and Drop Objects
  2. Unity3D - Tips and Common Pitfalls for Newbies
  3. Unity3D - Shoot Projectiles
  4. Unity3D - Swimming in Water
  5. Unity3D - Hide and Lock the Mouse Cursor
  6. Schools Should Teach with Unity3D
  7. Unity3D - Detecting Clicks on Objects
  8. Unity3D - Make a Brick Wall
  9. Unity3D - Make a Labyrinth in Blender
  10. Unity3D - Falling Platform

Unity3D Official Site
Unity3D Tutorial - Custom Mouse Cursor For Grabbing Objects
Unity3D tutorial Custom Cursor