MinValue MaxValue not working on Vector2Int

Issue #862 resolved
Nikoloz Meladze-Jaiani created an issue
  1. Min Max Attributes are not working with Vector2Int and Vector3Int. They don’t clamp the values.
  2. Vector2Int or Vector3Int fields with [SerializeField] and [MinValue(0), MaxValue(10)] attributes. afterwards check in editor won’t clamp the values. PS. they are working on normal Vector2/3.
  3. 2021.2.19

  4. 3.0.13.0
  5. No, I am using Serialization, too.
  6. Windows 10

Comments (2)

  1. Log in to comment