Hello,
is there an easy way of removing unused value operators, in my case a lot of global variables, from an experience?
Do unused variables affect the performance of the experience?
Thanks!
Micha
Hello @marnold,
There isn’t a way to “easily” remove unused global variables. You would need to go through them individually to determine if they are going to be used and if not then remove them.
Having empty/unused global variables should not affect overall performance, unless you are doing actions that change the values, then depending on the actions this could affect performance.
Thanks,
Ryan