Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

Help with Infinite Sidescroller

$
0
0
Hello! I need a little bit of help with my sidescroller, essentially, it spawns in Objects when I don't want it too. E.G:
http://prntscr.com/5ymlwa
Other than there is way too much light...

How can I prevent this?

Code:
Code (CSharp):
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class GroundManager : MonoBehaviour {
  5.  
  6.     public GameObject[] objects;
  7.     public float spawnMin = 1f;
  8.     public float spawnMax = 2f;
  9.  
  10.     // Use this for initialization
  11.     void Start () {...
Help with Infinite Sidescroller

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



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