In 1018.2
Is there a way to use String Interpolation in the VS IDE?
Regards,
In 1018.2
Is there a way to use String Interpolation in the VS IDE?
Regards,
Sure. You just need to choose .NET 4.x instead of 3.5 in Player Settings. My code is full of stuff like this:
var s = $"There have been {counter} things so far";
Thanks dgoyette,
For others that is Edit → Project Settings → Player … Other Settings - Configuration - Scripting Runtime Version