Where does one place the actual script for the IAction interface?

I would assume on the player prefab, but I’m not sure.

The script defining the interface does not get attached to a GameObject. Classes that implement the interface (Fighter.cs and Mover.cs) get put on the character’s GameObject.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms