Phil-L-101 / Figma2Unreal

Figma2Unreal uses the [Figma API](https://www.figma.com/developers/api) and python scripts to take assets created in Figma and create nested UMG widgets suitable for making more advanced prototypes.
MIT License
77 stars 13 forks source link

Not working in 5.0.3 #2

Open mohitshukla02 opened 1 year ago

mohitshukla02 commented 1 year ago

Hi Philip,

I've used your plugin before successfully with 5.0.2 but for some reason it doesn't work with 5.0.3. I'm able to get the structure of all of the widget blueprints properly, but it's not setting it up in the top level widget blueprint and all I'm seeing is a blank slate.

Any help will be appreciated, thank you!

Phil-L-101 commented 1 year ago

Hi, is it definitely a UE5.0.3 issue? Have you tried importing a Figma file that previously worked in 5.0.2 in 5.0.3? Behaviour seems identical between 5.0.2 and 5.0.3 for me. Are the child widgets appearing in the Hierarchy of you top level widget?

It could well be a nuance of your particular Figma file that I've not accounted for.