Hello, I tried to follow the buildbox tutorials on your official channel. I tried to use node jump but it does not work, I consult the javascript code I find that a condition is always wrong. if(name == 'Jump' && value) but when I display the value I find "Enabled" and not "Jump" please find attached an explanatory image : https://ibb.co/2hG1KQs waiting for your return thank you in advance.
Thank you for your feedback, but same problem that I have, the character never jumps. I followed the same step of this tutorial but the same problem. http://help.buildbox.com/en/articles/2154522-buildbox-3-making-your-character-move-and-jump
Thank you for your feedback, Version : 3.0.2 BBdoc file : https://www.mediafire.com/file/rdsoopvvz6nq4rc/tuto_bb3d.bbdoc/file
In move node, leave x and y values empty (not 0). And in jump node, if you scroll down, there is this line: _physics.setLinearVelocity( 15, vel.y, vel.z ); It should be: _physics.setLinearVelocity( vel.x, vel.y, vel.z );
hello Hanomax thanx for reply i fix problem , i change ''Jump'' to ''Enabled'' : here >>>>> if(name == 'Jump' && value){