Hello folks,
I would like to ask how to do the following / suggest the feature if this is not feasible yet.
I’d like to be able to mark some graph-scope variable as “private” , meaning those variables will not be settable from the Inspector, and are destined only to a graph internal usage.
My use case is that I have a graph with 2 variables to be set from the Inspector (for fine-tuning the behaviour of my enemy prefab), but a dozen of other variables, used internally in the graph (“next target”, “current damage”, …), and I want to hide those from the Inspector, since it’s becoming hard to remember which one are relevant and which one are not from the Inspector.
Is that possible ?