add variables to a sting unity code example Example: unity insert variable into string string name = "John"; string result = $"Hello {name}";