Hello everyone, i’m working on 2d platform game. I have a problem with moving platform. The platform moves on the y-axis. When my 2d character jump on the platform and if i move my character on platform, character size getting smaller.What’s the solutions? Where is the problem?
My Code here //
Hm, I 'm not sure either but if y changes during fixed update and your character inherits y of a parent,
then this could explain it.But, I’m not also sure how to fix it.