ManakhovN / FigmaToUnityImporter

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

duplicating the shapes when re-generating existing object #37

Open shacharoz opened 2 weeks ago

shacharoz commented 2 weeks ago

image

i have an existing structure, i change the position of an item, and want to reupdate it.

i must preserve existing items, since i want Figma to control the UI itself, while Unity controls the logics. so i want a complete freedom for the figma designer, to move the items around.

the only solution i found is using only the Group in the layout rather than using several Frames. also i would recommend using a Generate more than Render - to the best possible.

i would suggest to add this to your documentation.

ManakhovN commented 2 weeks ago

Sorry. I think I don't understand your problem. Could you please describe it with an example and screenshots?