I’m extending the Editor with my own Editor Window, but I am having trouble accessing game objects and setting their variables in Editor mode.
I am trying to set the variables using GameObject.Find(“LogicController”).GetComponent().varname
However, it doesnt seem to change them, but doesn’t throw up any errors either. Anyone have a clue how to do this?