Add New Enum Script By Object List #
When Create Enum By Objects selected you can Drag and Drop any Object from the Unity Project Folder inside the Object List Array and the Editor will convert them to Enums.
Press Add Enum List to Create the new Enum Type Script
Add New Enum Script By String List #
When Create Enum By String selected you can Add additional strings to the String Array in the Editor. The Editor converts all Strings to an Enum List
Press Add Enum List to Create the new Enum Type Script

Important #
No WhiteSpace Character allowed and now Special Characters,
Alphabetic and Numbers are allowed.