conartist6
Objects passing through a store are copies, even after unwrapping... why?
Yeah, that makes sense. In this case the change is literally just that the user clicked something, changing the selection. I originally had it as a signal and it worked fine.
35 replies
Objects passing through a store are copies, even after unwrapping... why?
I think the only really stupid way I could hack around this is to map the reference-stable messed up copied values back to the reference-stable original good values. An unwrap-unwrapper, if you will
35 replies
Objects passing through a store are copies, even after unwrapping... why?
Ugh, that still won't work though because it relies on the immutable values passing through the Solid layer for binding, which can't happen because a Solid store destroys them if it touches them
35 replies