I don't want to do anything in _ready()
, reinitializing is pointless. I just want the variable to not show in the inspector when someone edits the scene. But if I remove export
the variable won't be saved, I want it to be saved in the scene.
The problem is, this variable is edited with an editor plugin instead, so there is no point in showing its raw value in the inspector...