Add function in array joust does not exist for some reason.
error CS1061: Type `UnityEngine.GameObject[]' does not contain a definition for `Add' and no extension method `Add' of type `UnityEngine.GameObject[]' could be found. Are you missing an assembly reference?
in this case “character” is a script
and “present” is an array in that script.
adding does not work in other scripts either.