unity variable in string code example Example: unity insert variable into string string name = "John"; string result = $"Hello {name}";