Hello the question is simple. I have an Enum with 3 kinds of items (options). I want that when the player selects an item from that list in the editor, the Script that contains the behavior of that selection is added automatically to the game object and the other items previously selected (added) get removed.
Thank you. Hope someone could help me with that.