Quantcast
Channel: Questions in topic: "side scroller"
Viewing all articles
Browse latest Browse all 72

Blurry movement problem

$
0
0
I am trying to make a side scroller, and my approach so far has been to keep the player in a fixed position and move the environment by him. Within a FixedUpdate, I am merely doing a very simple foreach (GameObject o in segments){ o.transform.Translate(scrollSpeed*Time.fixedDeltaTime); } This, however, causes everything to be very blurry, small objects in particular, such as stars etc. I tried the following without any success in removing the blurriness: - moving the loop in a simple Update method + using Time.deltaTime or Time.smoothDeltaTime - making the player move as the world is stationary, with the camera following the player I should mention that it looks fine when paused. The problem is only with it moving by at high speeds. I'm currently out of ideas on what I could try. Is it possible to make the objects not look blurred when moving? Any tips are welcomed.

Viewing all articles
Browse latest Browse all 72

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>