Is it possible ? I was trying to find it like other game objects ( GameObject.Find(“prefab_name”); ) but it doesn’t work.
How can I find prefab handler from anywhere I want, without attaching it to variable in script ?
You may use the Resources class if you need to:
Cheers,
-Jon
So there is no any other way to find it ?