kulabros

Results 9 comments of kulabros

Hi, it was the case, where was original old format exported from Animate and I convert the script using assetConversion. The original export was ok. After it is converted, in...

I've successfully exported the mentioned assets of a big project from the source fla from Animate. But anyway, I'll leave this issue here just to let you know that this...

+1 .... When I try rjv demo, there's no warning on json editing start. In my application, when I try te edit any element, I got this warning in the...

I've read [https://pixijs.download/v6.5.9/docs/PIXI.settings.html#FAIL_IF_MAJOR_PERFORMANCE_CAVEAT](url) And checked my app's settings. I'm not using this failIfMajorPerformanceCaveat flag in pixi settings, but we use in our detect function. Can be this the cause of...

I have not mention that there's some 'WebGL context lost" related error fix in iOS 17.1. release notes, and as far as I can see in out app's error reports,...

I've removed @pixi/utils dependency, that should be included in @pixi/core since I've read release notes further to older releases. Now there's only pixi-spine incompatibility problem, when I try to install...

Very cool, good luck! Thank you for quick reply

> latest `pixi-spine` for v6 suipports 3.7 too. However if you want build that supports only 3.7 and has typings only for 3.7 and not universal interfaces - you have...

Of course, thanks a lot, now I understand. I changed the imports to include modules I'm using - SkeletonJson, AtlasAttachmentLoader, TextureAtlas... Now the build is ok! But, I've reached to...