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

Commit

Permalink
Merge pull request #123 from techno-dwarf-works/bug/2022_definition
Browse files Browse the repository at this point in the history
Fix for versions after 2022.1
  • Loading branch information
uurha committed May 8, 2024
1 parent 294ac91 commit b18d692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b18d692

Please sign in to comment.