Quantcast
Viewing all articles
Browse latest Browse all 22

I destroy the object but the GUITexture did not appear

var GUIbalisong: GameObject;//guitext to var toBEdestroyed: GameObject;// ung object na masisira function OnTriggerEnter (other : Collider) { Destroy(toBEdestroyed); // call the function Show in the BalisongScript.js GUIbalisong.enabled = true; // disable guiTexture } function Show() { guiTexture.enabled = true; // enable the guitexture yield WaitForSeconds(5); // 5 seconds delay GUIbalisong.enabled = false; // disable guiTexture }

Viewing all articles
Browse latest Browse all 22

Trending Articles



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