Hi,
I'm struggling with a stupid problem and i don't have any ideas to solve it.
I made an FSM with a simple loop:
1-intialize 2 var int (one will be incrementedand the other will be the limit before stopping the loop)
2-Compare thoose 2 int to be sure the conditions is Ok to stay in the loop
3- Create Object (prefab instance), a little Y offset to see everything and show var Int value on it.
4- Increment the Int var for next loop till it reach the limit.
The loop run fine except that the supoosed last object is created first and comes to be placed first...why? T-T
In this exemple the limit was 8 (equal or greater means end of loop)
I don't know why the first object created is number 7 (should be 0)
Hope someone can help, thank you in advance