Is there a way to add a dropdown of strings to pass as parameters to a function being called from a Unity Event? Other than using enums and converting enum name to string?
You could create a custom PropertyAttribute / PropertyDrawer that uses EditorGUILayout.Popup () or similar.