Game Development Reference
In-Depth Information
seconds -= Time.deltaTime;
if (seconds <= 0.0f)
GameObject.Destroy(this.gameObject);
Congratulations! We now have a robust set of scripts for MissionMgr , missions,
tokens, and rewards. Let's apply what we have built in an example that exercises the
mission system, the inventory system, and interactive objects.
Search WWH ::




Custom Search