When I create a probuilder game object the inspector displays the Pb_Object script size XYZ values. How do I access these values from another script attached to the same game object?
void Update () {
BuildingX = gameObject.GetComponent<pb_Object>().???
}