Quantcast
Channel: Questions in topic: "chunks"
Viewing all articles
Browse latest Browse all 165

Unity fails to load some chunks in my game

$
0
0
so i have this problem that each time i respawn my surrondings fail to load and almost every chunk are invisible please help and after now after i closed unity and re-opened it, i have the same problem this is the code i used (c#): using UnityEngine; using System.Collections; public class DeathTrigger : MonoBehaviour { // Use this for initialization void Start() { } // Update is called once per frame void Update() { } void OnTriggerEnter2D(Collider2D other) { if (other.gameObject.CompareTag("Player")) Application.LoadLevel(Application.loadedLevel); } }

Viewing all articles
Browse latest Browse all 165

Trending Articles



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