Best way to pass a value to opened overlay?
-
I need to pass in a value to an overlay, for example, having a message box overlay that needs to be opened with what text to display on a label.
Previously I've just used file save and read, but I feel like this is an unoptimised and unnecessary way.
-
Maybe an empty object in the global UI layer with attributes?
-
@kamdroid I use save and load values, sinc ethey are global on project. I thought I tried goobal UI once, maybe I'll try it again.
-
@aidan-oxley Me too, just feels unnecessary as I don't need to permanently store the value I pass in.