Jump to content

working with isometric plugin without world bounds


jimanji
 Share

Recommended Posts

I am having issues working with the isometric plugin without using world bounds. As an example, gravity will cause my sprite to continue to move when providing a velocity on z for jumping because it never hits the ground. I think I have a partial solution to this by checking if z is < 0 then set it to 0. This seems to work, but I now think that collision is not working right, or the sorting depth is not working. If my player character jumps, he will be in front of all other objects.

Has anyone worked with the isometric plugin without using world bounds? If so, do you have any tips?

Thanks.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...