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