private void OnDestroy() { pub_ = null; }
// Use this for initialization void Start() { pub_ = new UniCom.Publisher <bool>(Topic); }