Quaternion Basics in Unity3d

Quaternion Basics in Unity3d

No matter what kind of 3D development you do, you’re going to run up against the concept of Quaternions at one point or another. If you’re a unity user, an important part of how it translates 3D input is through its use of Quaternion rotations and to effectively...
Unity Multiplayer Introduction with Photon

Unity Multiplayer Introduction with Photon

Overview The goal of this blog post is to introduce Unity multiplayer to created networked experiences using Photon. To begin, we will download and set up the packages we will need. Then, we will set up some basic scripts to get a feel for how we can use...