C# 7 in 2018 version

Hello.
Is there any chance to see Tuples, nested functions, design Patterns, asynchronous programming in a 2018 build in the future?

tuples work now just missing some extra tuple features like named and stuff
async and await β€˜work’ now too

private Dictionary<Vector3Int, Tuple<TileBase, Matrix4x4>> cache = new Dictionary<Vector3Int, Tuple<TileBase, Matrix4x4>>();
1 Like

https://bitbucket.org/alexzzzz/unity-c-5.0-and-6.0-integration/src

2 Likes