Hello people!
I’m trying to make simple spawner state machine, which take random spawner from array and instantiate an enemy. Sounds dumb simple, but im totally stuck with how to define array of spawners. There is no arrays available in variables, no lists - only singular types.
Started googling - found posts from years ago that lists are not supported because of AOT. Ok, but how people able to make games without them? Googled more - found that they are supported, but in v2, and then found that there are no v2, cause Unity now owns it. And i have v1.4, but in unity 2021 its v1.6… And anyway no documentation exists anymore, looks like Unity bought it to just shutdown…
Can somebody explain whats going on and how people use it without arrays and lists?