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:
Help with Infinite Sidescroller
http://prntscr.com/5ymlwa
Other than there is way too much light...
How can I prevent this?
Code:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public float spawnMin = 1f;
- public float spawnMax = 2f;
- // Use this for initialization