Small bug with PhotonRigidbody2DView

Options
The booleans are not updating in the Inspector for the PhotonRigidbody2DView. The line "serializedObject.ApplyModifiedProperties();" should be added at the end of the OnInpectorGUI method in PhotonRigidbody2DViewEditor to fix the problem.

Comments