Uniqueness of the components
To prevent components with the same names from overwriting each other after downloading, a random set of numbers is added to their names before downloading, which is calculated based on the properties of these components and all the components that are inside it. If these properties change, the set of numbers also changes, and then a new file will be downloaded.
To avoid duplicating prefabs and images in your project, use the component creation function in Figma.
Since version 2.1.0 you can give components the same name, and if the properties of these components and their child components are different, it’s will not overwrite each other.
If, after import, your project encounters the following issues, please contact the developer:
Sprites are being duplicated when you believe they shouldn’t be;
Images that are supposed to have different sprites end up sharing the same sprite.
Last updated