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
2 Likes