Hello I have a doubt.
I was doing a test with infinite runner game but there was a problem I made 2 tiles A and B
when I turn them (A) it works normal but when I choose (B) it doesn’t work …
I created 2 functions in the same gamemode function A and B but they only work one and the other if I mix both.
I also tried to create separate gamemode but only (A) works.
i want make city, beach, farms, tiles
is there any way I can call each function separately?
To me it seems that you’re spawning both at the same location. How is it supposed to work? In this an alternating pattern - red-blue-red-blue - and so on, one after another?
Also, you don’t need to cast.
If I needed to spawn 2 different classes and space them evenly, I’d:
I tried to create separate gamemode and add each separate function on separate maps but the same problem occurs only in one tile is infinite the rest is not.