Sep272017
You can do it with this asset for free https://www.assetstore.unity3d.com/en/#!/content/31313 You only need to add the following lines above the position button: if (GUILayout.Button(“Reset PRS”, EditorStyles.miniButton)) { s.vector3Value = resetScale; p.vector3Value = resetPosition; s.vector3Value = resetScale; serializedObject.ApplyModifiedProperties(); GUI.FocusControl(null); }