diff --git a/Editor/EditorAddons/Drawers/Gizmo/BaseWrappers/GizmoWrapper.cs b/Editor/EditorAddons/Drawers/Gizmo/BaseWrappers/GizmoWrapper.cs index e1f1e22..17ad08d 100644 --- a/Editor/EditorAddons/Drawers/Gizmo/BaseWrappers/GizmoWrapper.cs +++ b/Editor/EditorAddons/Drawers/Gizmo/BaseWrappers/GizmoWrapper.cs @@ -6,8 +6,9 @@ using Better.Commons.Runtime.Utility; using UnityEditor; using UnityEngine; + #if UNITY_2022_1_OR_NEWER -using GizmoUtility = Better.Attributes.EditorAddons.Drawers.Utilities.GizmoUtility; +using GizmoUtility = Better.Attributes.EditorAddons.Drawers.Utility.GizmoUtility; #endif namespace Better.Attributes.EditorAddons.Drawers.Gizmo diff --git a/package.json b/package.json index 15a30fa..8167016 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.uurha.betterattributes", "displayName": "Better Attributes", - "version": "3.1.2", + "version": "3.1.3", "unity": "2021.3", "description": "Unity attributes, allows to serialize interfaces, draw handles for Vector3/Vector2/Quaternion/Bounds, create read only fields.", "dependencies": {