Unity 3d

TwitterFacebook
Get flash to fully experience Pearltrees
http://unitybook.net/ ..if you haven’t then what are you doing here? probably looking for a good book to help you learn how to use Unity, right? Well in that case you’re still in the right place. Take a look at the link below to grab your copy!

Unity Book - 3.x Game Development Essentials

http://www.joes2pros.com/

SQL Tutorial - Free SQL videos, SQL Books and Sql Queries Examples

Tired of all those sites that make you give all your information before you know what you’re getting? Come and enjoy what we have, as often as you like, for free! You can start by watching hours of our videos.
http://www.3dbuzz.com/vbforum/showthread.php?181409-Over-7-hours-of-Unity-Training-Videos-Download-them-now...&s=741b828d7c6240ffbb22b1ca6c295a73 I was surprised at how much trouble many of them seemed to have, as well as by the number of questions that they started to send my way. So I figured the best way to help them out would be to create a set of videos that covered the same game that Casey created, with a little bit extra added on to the end for polish. When they were finished, I realized that there may be many of you out there who could possibly benefit from these videos, especially if you’re looking at Unity development with C#, so I’ve decided to release them here on the forums for anyone who might want to download them. Yes, you read the right... download them! Now, a word of warning: these videos were produced in a very casual manner that harkens back to the olden days of our training videos.

Over 7 hours of Unity Training Videos - Download them now...

As you probably know C# was originally developed by Microsoft and is widely used in the .NET framework as well as in Silverlight development. It is important to understand however that learning C# for Unity3D is not the same thing as learning the .NET platform. In fact you don't have to know anything about .NET to use C# with Unity3D. While I use all kinds of online documentation, a book is often the best companion, so I thought buying a good C# book would be in order. It turns out that the small O'Reilly C# Pocket Guide is exactly what one needs.

Getting started with C# for Unity3D - Everyday 3D

http://www.everyday3d.com/blog/index.php/2009/07/21/c-sharp-for-unity3d/
Are you just starting with Unity and want to learn how to program in C#? Are you a veteran that finally wants to do some serious scripting? Check out these tutorials! This tutorial introduces you to more advanced C# concepts, including arrays, loops, and delegates. You will create a collection of increasingly complex graphs, from a simple line to a tiny voxel system. Runner http://catlikecoding.com/unity/tutorials/

Unity C# Tutorials

You are currently signed into your admin account, which doesn't let you view lynda.com tutorials. For full access to the Online Training Library®, log in through iplogin.lynda.com, or sign in through your organization's portal. You may also request a user account by calling (888) 335-9632 or emailing us at sales@lynda.com . http://www.lynda.com/Visual-Studio-2010-tutorials/C-Essential-Training/83789-2.html

Tutorials | C Essential Training

About I'm hereby releasing my latest tutorial to the public (for free). This tutorial has been originally created for Creative Technology, Universiteit Twente and Multimedia @ VU Amsterdam. The tutorial is aimed at users who are new to Unity scripting. This time I'm showing you a collection of game examples to demonstrate how basic unity games work. This tutorial comes with a premade example project.

5 Unity game examples: C# scripting tutorial for beginners

http://forum.unity3d.com/threads/51017-5-Unity-game-examples-C-scripting-tutorial-for-beginners

Game development resources, 3D models & content packs

ChristFrogames A good way to start 2012? Get the entire Frogames Art Pack Collection for $99 only, and save $231! frogames.net 109 days ago · reply · retweet · favorite http://www.frogames.net/?r=9
http://www.walkerboystudio.com/ “[Jesus Predicts His Death a Third Time] Now Jesus was going up to Jerusalem. On the way, he took the Twelve aside and said to them, “We are going up to Jerusalem, and the Son of Man will be delivered over to the chief priests and the teachers of the law. They will condemn him to death and will hand him over to the Gentiles to be mocked and flogged and crucified. On the third day he will be raised to life!””

Walker Boys Studio

UNITY: Game Development Tool

Unity 3.5 is now available for download! http://unity3d.com/
5. Importing Files Unity has the smoothest import pipeline you've ever seen.

UNITY: Video Tutorials

Unity 3 Video Training Course (FREE) - Walker Boys

Thank you, guys. We appreciate the positive feedback on this. My brother and I enjoyed working on the videos. Unity is truly an excellent game software application, which simply makes it a pleasure to work with, record on and teach from. JMiles, great question. One click download: There is only one catch with the 'free' version of the videos.
Which languages are you working with in Unity? Coming from a strong C#/.NET background one of the reasons I chose Unity was because it supports C# and .NET - so that's logically the language I'm using primarily. Since many of the examples, tutorials and documentation are based on JavaScript, I also "work" with JavaScript a little - however, that's primarily taking a JavaScript file and converting it to C#. So, I'm using JavaScript mostly just for reading existing code ... not so much for writing my own. What do you enjoy about using these languages in Unity? With C#, I get very clear and expressive code - by looking at a piece of code I immediately know which variables have which types, which methods can be used as CoRoutines, when are new objects created and so on.

Boo, C# and JavaScript in Unity - Experiences and Opinions

building a hexagon map -

Hi Afisicos, thanks! - what I try to say is, each of my map hexagons, will contain some data, ie defence values for mountains, bonus for denfence ect..