I’m trying to get the NDK install path in a Unity post build script, and the documentation says that UnityEditor.Android.AndroidExternalToolsSettings should provide that. But it cannot be found. The Android Build Support is installed, but it cannot be found.
The interface mentioned in the UnityEditor.Android namespace is available but the two classes are not – what am I missing?