Release dates for 3 specific features

Does a anyone know when these will be released?

  • C#7 Roslyn
  • GPU Lightmapper
  • Nested Prefabs
  • New Input System

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.

1 Like

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.)

1 Like