2D Path Package Deprecation
The 2D Path package (com.unity.2d.path) will be deprecated from Unity 2022.1 onwards. The last supported version will be Unity 2021.2 (and therefore Unity 2021.3 LTS as well).
What can you do?
If you have been using the Path package to create splines, we strongly suggest you check out the [Spline package]( At which point in time will Unity add Splines? page-2#post-7614436) that is currently in preview and give feedback to shape the package. This will help us consolidate our efforts in one place.
SpriteShape has a dependency on com.unity.2d.path. What will be happening there?
We have built some spline tools that heavily loans from SpriteShape’s spline implementation. Will SpriteShape be ported to use the Spline package, or will SpriteShape have a local copy of the path code?
We’re probably shipping on 2021 (if not on 2020), so I doubt it’ll effect us, but if the Spline package is better, then I’d be happy to switch over anyway as the spline editing in com.unity.2d.path is a bit painful!