Ok, this is very, very strange… I’m currently using Unity 5.5.0f3, and I’m trying to follow what should be a very simple tutorial. In the tutorial, one of the first things they tell you to do is to change an image from "Sprite (2d and UI) to “Texture,” so that the texture can be repeated.
However, the option doesn’t exist in the Inspector. I know I’ve seen it before… but it’s not there now… am I missing something basic? Does it not exist in 5.5? If it does, where is it? I really need to do this - the tutorial has got exactly the effect I want, and I’d rather follow that than do this some other way.
Well, option B:
I’m creating a 2d game; the background is static, with two scrolling hill pieces over it, and a repeating “road stripe” scrolling across the screen. I’m also going to have random houses appear at regular intervals.
the “layering” will sort of be like this:
sky
hill1
hill2
houses
street
This should be very, very simple… yet I’m banging my head against the wall on this first problem. Any leads?/?