- Home /
How to implement a store into mobile game
I am at the point where I am ready to start adding just a store system for my game that sells different skins. I've tried a few different things but I can't get it how I want it. I essentially want to do it like Crossy Road has it. I want to put all the skins in a line that you can scroll through and they enlarge as you select them. I can't seem to figure out how to place 3D objects onto a canvas and then have them scroll essentially on an invisible line.
The only thing I've really tried that seems somewhat on the right path is creating a world view canvas that overlays the background screen. Then I tried to overlay the objects as the image for a button. I would appreciate any help even if it's a link documentation or a anything that even gets me started.
Your answer
Follow this Question
Related Questions
Store a Copy then Destroy Scene Objects 1 Answer
Changing Player Color? Player Customization? 0 Answers
using Contains(gameObject) to find and destroy a gameObject from a list 2 Answers
store a gameobject ? 2 Answers
Unity Asset Store - Commercial? 1 Answer