Steven Yau

Results 371 comments of Steven Yau

Ah, looking at your PR @kungfooman and what I found, I wonder if it's related to https://github.com/playcanvas/engine/issues/3748

With my patch added from #3748, I can't reproduce the issue: https://playcanvas.com/project/986813/overview/f-sprite-load--render-issue so it's definitely related to issue that the Z position of the element gets infinitely small

Would it be possible to copy that material to a new project and share please?

That's a good question 😅 . @GSterbrant Can we add extra logging to include the material name if possible?

Not sure if that's possible in the browser as we are limited by requestAnimation I believe? I don't think we can a smaller polling step than that @kungfooman

IIRC, setTimeout/setInterval isn't that precise? It be interesting to try regardless and see if the deltatime is stable. I was reading this article about how they were managing their tick...

@tanaydimriepigraph Unfortunately, Will is backlogged on some internal stuff and is not able to recommence work on this just yet. He is eager to get back to it though.

A smaller repo of this project as another client ran into this issue: https://playcanvas.com/project/971118/overview/adding-batch-group-entity-at-rt

@querielo , do you think this could related to the changes you made to the text element a while back?