Hello,
it’s mentioned in release notes:
Editor: Rename and introduce a some GizmoType enum values to be more explicit about how they work with selection hierarchy. See the docs
TerrainComposer uses GizmoType.NotSelected enum this is now oblosete and may be used
GizmoType.NotInSelectionHierarchy
I am pretty sure it’s a bug in Unity. If the constant was changed it would simply say that it does not recognize the name. It started to appear in 5.0.1p1 (which should be compatible to the f1). I opened bug reports for it already. No reaction from Unity so far.
The line generating the error is now at 16947. Changing GizmoType.NotSelected to GizmoType.NotInSelectionHierarchy gave a clean compile for me, thanks!