So I have an object that has the Persist behaviour. It also is on a Global Layer. There seems to be an issue when I load another Layout that has the Global Layer. The object's properties are reset, but I thought the whole point of Persist was to prevent this?
If you go to another Layout with the overridden layer, the Persisting object doesn't keep it's properties from the other Layout, and instead resets them. Interestingly, if you go back to the previous layout, the properties will be as you left them.
What I want is for the object to keep it's properties, as well as Persist Behaviour, without resetting them when going to a new Layout that uses the Global Layer. I need the Persist Behaviour so that the objects don't reset their properties.