ManakhovN / FigmaToUnityImporter

The project that imports nodes from Figma into unity.
MIT License
483 stars 59 forks source link

All downloaded sprites are broken #15

Closed dmq-ar closed 2 years ago

dmq-ar commented 2 years ago

Hello! I'm getting a weird picture after nodes import and all sprites in Renders folder have size of 32 B. Unity 2021.1.22

image

ManakhovN commented 2 years ago

@dmq-ar Hello. I had this kind of behavior before and I think the problem may be In Figma API. Sometimes it doesn't give proper images. Try to get a new authorization token and wait for a little, that's the only advice I can give. This bug is not stably reproducible so it is hard to track what is wrong there. Let's keep this issue open, maybe I will check it again later.

dmq-ar commented 2 years ago

@dmq-ar Hello. I had this kind of behavior before and I think the problem may be In Figma API. Sometimes it doesn't give proper images. Try to get a new authorization token and wait for a little, that's the only advice I can give. This bug is not stably reproducible so it is hard to track what is wrong there. Let's keep this issue open, maybe I will check it again later.

Thank you for the answer! I've tried Unity 2020.3.18 and it worked. I thought it's a Unity version issue, but now I see it became fixed because of my re-authorization.