Can someone help me on how to make a game like subway surfers, minion rush, etc. I’ve got the sprites, and all backgrounds for my game but kinda having a little trouble on doing the scripts and using well on the colliders.
coming soon,
“Lets Make a Game: Infinite Runner”
http://unity3d.com/learn/live-training/session/lets-make-game-infinite-runner
8 days more huh? thanks anyway
Do you mean " like subway surfers, minion rush, etc" just in the sense that they are infinte runners with powerups and such or do you actually want to do a 3d game? (I’m assuming you mean a 2d sidescrolling one)
You could download an infinite runner package from the asset store, I know there is at least one 2d one.
This is how I did my infinite runner All About Android: The Game (in my sig)
- basically create a bunch of level “pieces” with different objects that can all fit together, save them as prefabs.
- stick all of the prefabls in a list
- as your player runs forward pick a random “pieces” and spawn them one after another just out of view of the camera.
- You can increase the difficulty by increasing the game speed and spawning the more difficult obstacles more frequently.
hi sir where can i download this again?