Having explored strings and ints in previous lessons, we round out our understanding of the most common C# data types we’ll be using in Unity by covering floats and bools. We also look at some simple data conversion, including explicitly converting from one type to another using casting.