#Should I make a prefab with a script

1 messages · Page 1 of 1 (latest)

hidden shell
#

Im a noob but the first method sounds better

normal acorn
#

Prefab approach is most common

#

Adding components at runtime is usually for specific cases

ionic spoke
#

It just feels so bloated to have to write GetComponent("scriptName").propertyINeed = 2 or GetComponent("scriptName").MethodIWantToCall(2) every time.