Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Can I make a prefab out of a Text component?

Discussion in 'Prefabs' started by ariesight, Sep 1, 2021.

  1. ariesight

    ariesight

    Joined:
    Jan 30, 2021
    Posts:
    3
    I'm trying to find a way to make a prefab out of a Text component. So if I want to change the font, I can change the font of the prefab and then all the objects with that prefab will update their font.
    The closest I could find was making it into a preset, but this doesn't seem to update the objects with that preset.
    Any help would be appreciated.
     
  2. pietrodenicola

    pietrodenicola

    Unity Technologies

    Joined:
    Dec 8, 2020
    Posts:
    43
    No. But you can make a prefab out of the GameObject that contains the Text component.