An Octree is a 3D data structure best used for storing objects based on their 3D positions. They are used in a lot of really cool technology and form the backbone for things like Voxel renderers.
Time to start working on deforming our dynamically generated mesh. We’re going to be working on a physical simulation that deforms the mesh when things hit it.
Time to jump into some of the fun sides of 3D Graphics! In this video we’re going to be figuring out how to build a 3D Plane in Unity with a given number of subsections.
Unity has a number of different joints and other ways to connect Rigidbodies (Spring’s come to mind). We’re going to be exploring how to take advantage of those offerings in order to build a 3D physically simulated rope that we can attach to our grapple gun and eventually swing around space with.
Today we’re going to be doing the initial solution for solving the problem our animated fractal shaders face. How do we connect our animations to specific parts of the animators.
Today we’re going to be exploring C#’s Async and Await functions. To do that we’re going to be solving one of the classical concurrent programming problems.
Continuing on from yesterday we’re going to be exploring our Squishy Sphere Shader. Specifically, in this video we’ll be updating our shader to squish a bit better.
Welcome to Unity! In this tutorial we’re going to walk through the basics by creating Flappy Cube. A two dimensional mobile game with a single input: “Flap”.
Today we’re returning to virtual reality Asteroids. We’re going to be taking a look at some of the behind the scenes changes made to the game as well as implementing a new feature.
Welcome to Unity! In this tutorial we’re going to walk through the basics by creating Flappy Cube. A two dimensional mobile game with a single input: “Flap”.
With the addition of the Roslyn compiler to Visual Studio 2015 a number of new features were added. One of those features is a new Interactive C# console that lets you write and run C# code that is compiled in real time in your Visual Studio console.