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

[ad_1]

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;

[ad_2]

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