Writing Games With Unity 3D, Part 3 – Mobile!

John Boardman .NET, Articles, Development Technologies & Tools, Mobile, Tutorial 9 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Part 3 of this blog series is going to be a fun one because we’re going beyond PC/Mac and beginning to support iOS and Android! Unity 4 made this possible by altering …

Writing Games With Unity 3D in JavaScript and C# – Part 2

John Boardman .NET, Articles, HTML5, JavaScript, Keyhole Creations, Tutorial, Unity3D Series 2 3 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Welcome back for Part 2! We covered the following topics in Part 1 of this Unity 3D tutorial: Introduction to Unity Introduction to KeyShot Using multiple cameras to implement a background logo JavaScript and …

Writing Games With Unity 3D in JavaScript and C# – Part 1

John Boardman .NET, Articles, Keyhole Creations, Tutorial, Unity3D Series 2 5 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Unity is a development environment for creating professional-level games. It is built on top of MonoDevelop, and utilizes it to achieve the deployment of the same code to many platforms. Unity comes in …

My Experience With FireDaemon Pro

Keith LaPee .NET, Articles, Development Technologies & Tools, Opinion Leave a Comment

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Introduction There’s a nifty piece of software I’ve run across called FireDaemon Pro – I’d love to share my experiences, as it’s a great tool to have in your tool pouch. The …

Modularization in TypeScript

Brett Jones .NET, Articles, Development Technologies & Tools, JavaScript, Tutorial, TypeScript 7 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.UPDATE: Check out the new GitHub project that accompanies this post: TypeScript Modularization Demo.  In my last post, I introduced TypeScript, Microsoft’s new offering which layers static typing on top of JavaScript. …