Richard Davey

Results 215 comments of Richard Davey

How large is this CanvasTexture? What is the width and height? I'd guess it's just too large for the iPad. Or, it's possible the frame dimensions are invalid (non-integer? exceed...

"The frame dimensions are the same in all devices, why would it fail only in some Apple devices?" Because not all hardware is built the same and newer models have...

I could update this I guess, but as Spine itself always includes the newline I'm curious where these non-newline files are even coming from?

> Ah, yup just tried it, the spine V4 export does not have a leading newline in the .atlas file, whilst exporting from the V4 editor to target V3.8 does...

I need the audio file and audio sprite json in order to test this.

This issue has been mentioned on **Phaser**. There might be relevant details there: https://phaser.discourse.group/t/isometric-maps/10221/1

This issue has been mentioned on **Phaser**. There might be relevant details there: https://phaser.discourse.group/t/isometric-maps/10221/2

This issue has been mentioned on **Phaser**. There might be relevant details there: https://phaser.discourse.group/t/inactive-scene-is-updated-after-transition-complete/8850/3

Immovable just means it won't pick up velocity from the body it collides with, it doesn't mean it cannot be stopped. In this case, stopping is the correct thing for...

Use an overlap check instead of a collide one? If nothing should ever stop it, it doesn't need to _collide_ with the other objects, just detect when it is over...