I am trying to set the location of a GO with an attached ArcGISLocation component. When I use "this.GetComponent<ArcGISLocationComponent>().Position = new Esri.GameEngine.Geometry.ArcGISPoint(position);", I get Renderer errors that crash Unity. I've isolated the issue to that line of code, but cannot figure why it crashed game mode in Unity. Any ideas?