[SOLVED] Issue with Version 1.40

Hello, try to launch my game https://playcanvas.com/editor/scene/898756 when you click around to move the player it start to jump randomly endless, i have got no errors related and can’t point you about the cause, with V.1.39.4 it works fine

Hi @ayrin,

I have a suggestion. Make another project with the same script for movement to make sure it’s the movement. When you finish doing that please send a link of that project.

Could be related to the mesh collision on the terrain as I believe the mesh private API was changed by @mvaligursky.

1 Like

This is not part of the engine release just yet though, so the issue must be elsewhere. I had a look and can confirm new engine gives you this issue while 39.4 version does not. He it is with the previous version: https://launch.playcanvas.com/898756?debug=true&use_local_engine=https://code.playcanvas.com/playcanvas-1.27.4.js

But I’m not sure what could be affecting this … I would suggest to put logging / breakpoints to the code to see why the jump (assuming that’s what it is) gets triggered or similar.

@mvaligursky @ayrin I think this is the same issue with this:

2 Likes

thanks I’ll investigate this tomorrow.

3 Likes

A fix has been merged for this:

We’ll deploy this afternoon hopefully.

3 Likes

Works fine again. Great job guys!!

3 Likes

Great - I’m so glad things are fixed for you @ayrin.

1 Like