Is it possible to add scripts to objects at runtime? And if not does it make objects slower if it has allot of inactive scripts and only the one(s) needed get activated?
Is it possible to add scripts to objects at runtime? And if not does it make objects slower if it has allot of inactive scripts and only the one(s) needed get activated?
Use AddComponent.
–Eric