[Solved] error CS0029: Cannot implicitly convert type `ResetOnRespawn’ to `ResetOnRespawn[]’ c# unity [closed]


You either meant FindObjectsOfType <- mind the ‘s

or following your variable names it should be simply only one instead of an array:

public ResetOnRespawn ObjectToReset;

solved error CS0029: Cannot implicitly convert type `ResetOnRespawn’ to `ResetOnRespawn[]’ c# unity [closed]