Does a anyone know when these will be released?
- C#7 Roslyn
- GPU Lightmapper
- Nested Prefabs
- New Input System
Does a anyone know when these will be released?
https://unity3d.com/unity/roadmap - Under development section, probably next year. (Maybe this year as preview)
Preview in 2018.2.
2018.3.
Preview in 2018.2.
This is already possible with Unity Incremental C# Compiler package : https://discussions.unity.com/t/696404
You get C#7.2 with this. (tuples, readonly struct, default, switch pattern etc. works, I tried.)