Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Fixed ArgumentException: Field unlocked defined #452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed ArgumentException: Field unlocked defined #452

wants to merge 1 commit into from

Conversation

IvanMurzak
Copy link

UniRx.InspectorDisplayDrawer.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/InspectorDisplayDrawer.cs:126)

When using ODIN serialization for ReactiveProperties:

  • InspectorDisplayAttribute
  • IntReactiveProperty
  • LongReactiveProperty
  • ByteReactiveProperty
  • FloatReactiveProperty
  • DoubleReactiveProperty
  • StringReactiveProperty
  • BoolReactiveProperty
  • Vector2ReactiveProperty
  • Vector3ReactiveProperty
  • Vector4ReactiveProperty
  • ColorReactiveProperty
  • RectReactiveProperty
  • AnimationCurveReactiveProp
  • BoundsReactiveProperty
  • QuaternionReactiveProperty

UniRx.InspectorDisplayDrawer.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/InspectorDisplayDrawer.cs:126)

When using ODIN serialization for ReactiveProperties:
- InspectorDisplayAttribute
- IntReactiveProperty
- LongReactiveProperty
- ByteReactiveProperty
- FloatReactiveProperty
- DoubleReactiveProperty
- StringReactiveProperty
- BoolReactiveProperty
- Vector2ReactiveProperty
- Vector3ReactiveProperty
- Vector4ReactiveProperty
- ColorReactiveProperty
- RectReactiveProperty
- AnimationCurveReactiveProp
- BoundsReactiveProperty
- QuaternionReactiveProperty
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant