pixijs / animate-extension

Custom Platform Plugin for Adobe Animate CC (Formerly Adobe Flash CC) - to export animation for the PixiJS renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no js file created

bdanis opened this issue · comments

following a reinstall of node, i've upgraded electron and changed the symlink in my usr/ folder that the extension uses. But electron is not starting.
Any idea what is wrong? I've checked app permissions and recreated symlinks many times, restarted, et al.

I have nvm (versions 10 and 12) as well as electron on both platfrom (12 wasn't working so i tried 10)
I get a json file and the sprites are exported individually. But doesn't get any further.
I've looked at issues 53 (no answer), 64 (no reply either) and 58, no dice

On macOS 10.14.6

solved it. In installing nvm, there was no symlink to node in usr/local/bin
had to recreate that too. No error messages was in the extension. Had to read through the cpp code to figure it out