I have created a prefab containing a model and textmesh pro.
I have added certain effects like outline to TEXTMESH PRO.After making sufficient changes I made it as prefab(Model + TextMeshpro).When I instantiate the prefab the model comes and the text comes but without any effects.All the changes I made in the prefab are gone,this is when I test using the play button in unity editor.After stopping the unity editor when I drag my prefab into the hierarchy,the Textmesh pro has all the changes I made and is working fine.So my question is after instantiating the Textmesh pro will not work?