ManakhovN / FigmaToUnityImporter

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

Broken plug-in. #25

Closed Pixel-Panda closed 1 year ago

Pixel-Panda commented 2 years ago

Just ran this with a super simple Figma project. Like two frames and nothing imports. The node import doesn’t return anything at all.

ManakhovN commented 2 years ago

Hello. Did u follow all the steps of how to use it? Probably the auth token is not right, so the frames are not loaded. Anyway, I can't say what is wrong without full description of your steps to reproduce the problem. Please write it, so I could help you.

Pixel-Panda commented 2 years ago

The frames all get fetched and load into the list of the editor (right panel), they just don’t show anything in unity scene setup (left panel). All just a bunch of empty objects

On Jan 15, 2022 at 4:36 AM, <ManakhovN @.***)> wrote:

Hello. Did u follow all the steps of how to use it? Probably the auth token is not right, so the frames are not loaded. Anyway, I can't say what is wrong without full description of your steps to reproduce the problem. Please write it, so I could help you.

— Reply to this email directly, view it on GitHub (https://github.com/ManakhovN/FigmaToUnityImporter/issues/25#issuecomment-1013675024), or unsubscribe (https://github.com/notifications/unsubscribe-auth/APHLSGSLH54GOZVNNYNVMADUWFS4RANCNFSM5MA26REQ). Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub). You are receiving this because you authored the thread.Message ID: @.***>

jmozunes commented 2 years ago

Hi Good day. Very nice work with this Plug In. But I'm having the same issue here. Issue

Pixel-Panda commented 2 years ago

Exactly. Just paid for this!

On Mar 11, 2022 at 9:08 AM, <ACE00ACE00 @.***)> wrote:

I'm having the same issue here. (https://user-images.githubusercontent.com/101314257/157914150-ce700fc0-a22b-4709-8ec5-6fdc3e13d575.JPG)

— Reply to this email directly, view it on GitHub (https://github.com/ManakhovN/FigmaToUnityImporter/issues/25#issuecomment-1065310976), or unsubscribe (https://github.com/notifications/unsubscribe-auth/APHLSGX3FWPW57DFXOROIMLU7N4ZLANCNFSM5MA26REQ). You are receiving this because you authored the thread.Message ID: @.***>

ManakhovN commented 2 years ago

@fitzeekdrew I am sorry, but the plugin is absolutely free. What do u mean by saying that u paid for it? @fitzeekdrew @jmozunes could you possibly share a problematic project at least? Otherwise It is hard to guess what is wrong there.

jmozunes commented 2 years ago

Hi @ManakhovN , I think the issue is the URL, it cannot import multiple frames at a time. But I manage to import it one by one.

jmozunes commented 2 years ago

URL01

This is the URL if I selected multiple frames, and it will show Null reference exception just what is shown here,. https://user-images.githubusercontent.com/101314257/157914150-ce700fc0-a22b-4709-8ec5-6fdc3e13d575.JPG

jmozunes commented 2 years ago

Just need to select each frame, and import it one by one... URL02 URL03

jmozunes commented 2 years ago

For now it works well for me. I am just looking forward, for also buttons and other UI components will be available to import in Unity.

ManakhovN commented 2 years ago

@jmozunes Yes, the plugin doesn't support multiple frames importing. For now, you have to import them one by one.

Pixel-Panda commented 2 years ago

I’m confused. All Figma projects are made up of multiple frames. Are you referring to recursive frames (nested) or basically artboards?

On Mar 12, 2022 at 11:16 PM, <ManakhovN @.***)> wrote:

@jmozunes (https://github.com/jmozunes) Yes, the plugin doesn't support multiple frames importing. For now, you have to import them one by one.

— Reply to this email directly, view it on GitHub (https://github.com/ManakhovN/FigmaToUnityImporter/issues/25#issuecomment-1066042166), or unsubscribe (https://github.com/notifications/unsubscribe-auth/APHLSGT73EQJGZYTZOLZFXLU7WI4LANCNFSM5MA26REQ). You are receiving this because you were mentioned.Message ID: @.***>

Pixel-Panda commented 2 years ago

Okay. What DOES work? Don’t really understand the point of this

On Mar 12, 2022 at 10:24 PM, <ACE00ACE00 @.***)> wrote:

For now it works well for me. I am just looking forward, for also buttons and other UI components will be available to import in Unity.

— Reply to this email directly, view it on GitHub (https://github.com/ManakhovN/FigmaToUnityImporter/issues/25#issuecomment-1066036166), or unsubscribe (https://github.com/notifications/unsubscribe-auth/APHLSGQVQ2Q3IRSSSSC6OIDU7WCYRANCNFSM5MA26REQ). You are receiving this because you were mentioned.Message ID: @.***>

ManakhovN commented 2 years ago

@fitzeekdrew I dont understand what do u want from me. Firstly, you haven't provided any screenshots/projects that can explain what is wrong. Secondly, you wrote that you paid for this. What? I don't sell this tool, it is open source and can be used however you want. I dont get money from you than I owe you nothing. Like it was written before it supports importing a single frame. If you have a case when it doesn't work just fully describe your problem and attach link to your project. Or you can become a contributor and push a code that will fix it.

https://user-images.githubusercontent.com/7031314/161379478-92972b48-e9fa-435a-85a8-c1259c479f13.mp4

VladislavMm commented 1 year ago

In the new version of figma, the link has a problem, for example, in the link node-id is written as 0-1, and you need 0:1 for the IP, nothing may work for this, try just changing the node-id in the link that you insert, replace "-" with ":" image image

ManakhovN commented 1 year ago

In the new version of figma, the link has a problem, for example, in the link node-id is written as 0-1, and you need 0:1 for the IP, nothing may work for this, try just changing the node-id in the link that you insert, replace "-" with ":" image image

Thank you for warning. Did they change it recently?

VladislavMm commented 1 year ago

Thank you for warning. Did they change it recently?

Yes, this month