Ошибка error CS1061 unity 2d.Спавн объекта из папки Ресурсы

Assets\Scripts\GameContoller.cs(29,73): error CS1061: 'GameObject[]' does not contain a definition for 'ToList' and no accessible extension method 'ToList' accepting a first argument of type 'GameObject[]' could be found (are you missing a using directive or an assembly reference?) Полная ошибка.

33

Благодарен за ответ, все заработало, почему то нигде не нашел инфы, что нужна эта библиотека.

Ответить

почему то нигде не нашел инфы, что нужна эта библиотека.

https://docs.microsoft.com/ru-ru/dotnet/api/system.linq.enumerable.tolist?view=net-6.0

Пространство имен: System.Linq Сборка: System.Linq.dll

Ответить