Hello
So I have 5 prefab, each has there own custom traits (special attack, movement etc.), and I have it working in the menu and able to get to the next scene when the prefab is selected… however, I am wondering…
I am a “Main” game script I call it game manager that keeps track if time and health etc… but wondering… it also has the joystick (its a mobile game) I am trying to find a way to control the prefab which I have them in an array list GamdObject, and then get component Rigidbody… but should I be doing this stuff on the prefab script or game manager script be ok?