// Use this for initialization void Start() { Application.runInBackground = true; #if NO_CLUSTER #else this.iPadTapped = new icClusterInputBool("iPadTapped"); #endif this.bsonParser = new iPadBSONParser(); gameObject.renderer.material.color = Color.blue; bsonListener = new BSONListener(3338); }