Import Events

1
2
On Add Component
Called when adding a specific component to a GameObject during import.
 In this case, FcuTag is a special tag that the Converter assigns to each imported object. As you know from the Tags section of the Manual for Designers, tags can be manually set in the names of your objects in the Figma layout.
So, if FcuTag has a value like "FcuTag.Text," it means that the current component triggering this event is a text component.
Last updated