k
I've been having a problem where a cap I'm working on
suddenly the Preview exe's crash immediately
once it happens once, it's done, no undoing or removing of events will fix it.
this coincides with the Cap being unloadable
if I exit construct, and try to load the cap again, it just hangs.
also, if I change the events back to a noncrashing config manually (not through undo),
it does not fix the problem. Once it happens once, the cap is corrupt,
or so it seems
I will make a bug report if I can isolate what's causing it
I'm using 99.3 and originally I thought this happened only when I attempted to load caps after changing the plugin in between saving and loading, but that isn't it, sometimes it's in the middle of editting the cap
first, is this a known issue with 99.3?
if not, could this be caused by not Serializing data?
as I understand it, I only need to serialize data if it is something edited in properties, for instance.
if all the plugin variables are set through events or conditions, it doesn't affect the edittime at all, so it need not be edittime serialized, correct?