All Questions
Tagged with parallax-scrolling unity
16 questions
0
votes
0
answers
78
views
Help with 2D Pixel art sizing in unity
I just got into making a pixel art platformer for fun and I wanted it to work so that I could have a scrolling parallax background and also a tile set for the actual level to be played on. I ...
0
votes
1
answer
225
views
Parallax-Scrolling Effect Adding Offset in X-Axis
What I am trying to accomplish:
I want to add a parallax effect to the background of my game.
I am working in 3D space with a perspective camera.
Why:
The reason that I want to add a parallax ...
0
votes
0
answers
221
views
Keeping background image fixed along Y axis of cinemachine camera
I have a background that I'd like to remain in the same position relative to the camera along the y-axis, but scroll in parallax along the x-axis. The x-axis parallax part I was able to implement just ...
1
vote
0
answers
89
views
Odd behaviour from parallax
First of all I'm going to say that I'm not trying to blow my own trumpet or anything but usually I'm able to figure this stuff out on my own. But as for now I'm fully stumped. Maybe I'm having a mind ...
0
votes
1
answer
214
views
How do I ignore 1 axis on vector 3 reset to 0,0,0?
coding noob 3D artist here. I'm trying to create a scrolling parallax background with 3D objects, I have it set so that when it scrolls off screen, it resets it's position off screen on the opposite ...
0
votes
1
answer
572
views
How can I implement an infinite parallax background like in Slither.io?
I am trying to replicate the endless scrolling of slither.io but, I can't figure out how to implement it. Since the players can move to any direction and the background needs to be available during ...
0
votes
1
answer
3k
views
Changing texture offset in unity by script
I am trying to change texture offset in a material by a script to create a parallax effect, but it doesn't move a bit no matter what I am trying. Any tips for this case? Or am I missing something?
0
votes
2
answers
440
views
Move Camera is an order so that the background doesn't move fast
I have created a game where I am moving my player on a platform. The car moves fine on the platform and the camera follows the car as well. My problem is that I wanted my background to move slowly. I ...
0
votes
0
answers
109
views
Make zoomable Camera and Environment follow player smoothly
I am making a 2D side-scroller racing game. The Player is a car that moves on a 2D terrain already created. The Camera follows the Player. I also wanted to created more depth by making the background ...
1
vote
0
answers
1k
views
How to reproduce this (parallax?) effect?
I'm wondering how to imitate the camera movement like in the gif below. It´s from a Android game.
This game for example (via GIPHY)
Actually, I am not sure if this can be called a parallax effect, ...
0
votes
1
answer
424
views
Unity TopDown parallax effect only working in three of four directions
I'm a hobbyist at programming so I'm sure I'm missing something very simple:
Basically I have a script that has a method for repositioning a 3x3 grid of tiles every time the player goes out of the ...
0
votes
3
answers
6k
views
Gyroscope Parallax Effect In Unity
I want to make a parallax effect in Unity 3D with gyroscope like the one on this site:
http://matthew.wagerfield.com/parallax/
I found an asset, but it is too expensive.
So I need a script which I ...
1
vote
3
answers
5k
views
2D Infinite Runner : how to manage background layers?
First of all, sorry for this post, I guess this already has been discussed. I browsed stackexchange and the web but I couldn't seem to find a clear information for my case, with always mixed results.
...
3
votes
1
answer
1k
views
Parallax effect for layers in Unity2D
I have a simple game scene where i have put a number of images. I combined these images into layers (SortinLayer, to be specific). So now I have 3 layers. I have read a few tutorials, but in them was ...
1
vote
1
answer
905
views
Pause on scrolling backgrounds
I have a typical parallax backgrounds. They are scrolling by
...