effekseer / EffekseerForCocos2d-x

MIT License
42 stars 18 forks source link

Distortion not run on Android. Particle not run on IOS. #26

Closed linhdvzoro closed 4 years ago

linhdvzoro commented 4 years ago

I'm using Cocos2dJS and not able to run some effect on some OS.

  1. Distore not run on Android.
  2. Particle not run on IOS. My Effect: effeckseer (2).zip Please help me check. Thanks you!
durswd commented 4 years ago

Please upload efkproj or efkefc and I can only checked with cocos2d-x because I don't know how to use Effekseer on cocod2-js

durswd commented 4 years ago

I succeeded in reproducing iOS bug. I try to fix it.

durswd commented 4 years ago

It seem that a texture whose size is not non power of two cannot be rendered.

durswd commented 4 years ago

I changed a texture size, the effect now can be shown.

durswd commented 4 years ago

I fixed about a distortion bug on the master branch

https://github.com/effekseer/EffekseerForCocos2d-x/commit/cc25795edb560ffa7292d760bfd89d004bad9bf5

dangvanlinh commented 4 years ago

Thanks you very much for your support!

linhdvzoro commented 4 years ago

Thanks you very much for your support!