I have a script that has 2 public KeyCode variables the developer can set. What I want to accomplish is when say the dev selects as the player attack to be "Space" I would like to have the next public KeyCode selection "Interaction" to not include "Space" in its selection as what I am trying to accomplish is that no 2 KeyCodes can be set to the same Key.
I know I could put in place a check in OnValidate and create a warning in the console that it needs to be changed. But as I am making tools for developers I want to avoid that road anyway possible and just have them on rails that wont break if that makes sense.