Hello,
I have a singleton that has a global array variable.
Whenever I try to append an element into the array from an another script, it has no effect, nothing is added.
My singleton is called global, and I am trying to access my variable and append like this: global.arrayvariable.append("stuff")
No errors, it just stays an empty array.
Any idea what's wrong here?