Variant parts are being wrongly displaced after changing the variant when scaled
Lisias opened this issue ยท 4 comments
I'm starting to get a glimpse on what I screwed when I refactored the beta branch. :)
~~ See 4923357 ~~
Nope. That commit made things worst - solved part of the problem, and created another one even worst.
Oukey, at least I now havea good insight about the problem.
Not that I'm surprised, but this problem was not caused exactly by the refactoring, it just exposed it.
There's something on Editor screwing up things for TweakScale at the same time TweakScale is applying changes - almost surely this is happening on another Thread, because a co-routine running at the same thread would not be able to get in the middle of the process.
Skipping two frames using a wait co-routine did the trick. I should had though of this before.
Commit bfe2ec4 fixed this one.
On a side note, the beta branch is now unlocked and can be pushed into the mainstream! THIS was the showstopper screwing up me.