How to Change Select Values Correctly with JQuery
April 25, 2013
For the most part, while using Jquery you can change most dom attributes using $.attr() function. Which is great for altering id, classes, names and many other values. But what happens when you try to change input values that need to be submitted. The Path to Discovery On a recent project, we had to [...]
Using Watch Folders with Texture Packer
October 8, 2012
Organizing sprites has been made even easier with Texturepacker watch folder feature. Learn how to import folders into Texturepacker and how the folder names affects exported classes. In this project centered video you will learn how to use texturepacker from start to export. And how to setup your html file. Tools of the [...]
Animating in Maya for Unity 3D – Scripting a door
June 19, 2012
Creating Animations In Maya for Unity 3D There are many ways to create animations for Unity 3D. In this video watch as Edithson Abelard introduces how to create an animation in maya then export it for use in Unity 3D. Using Unity 3D, you will learn how to split animations into parts to be used [...]
Create Steam in Unity 3D with Shuriken Particles
June 9, 2012
Unity 3D is more than just a 3d game development engine, you can create rich interactive experiences geared towards your target audience. I will show you how to apply the same principles of game development to create steam within a bathroom. In this video you will learn some great tips & tricks on how to leverage Unity 3D, [...]
Unity 3D – Constant Force
May 11, 2012
Learn how to use the Unity 3D component Constant speed and how it differs from rigidbody addForce. Edithson Will also teach you ways to optimize your code and follow up with using vectors to move the ship/bomber around. What you’ll learn * How to use the component constant force. * The benefits of using addForce [...]