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 #32 from uurha/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
uurha committed Nov 17, 2022
1 parent a9a39fd commit 00d7470
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
using BetterAttributes.EditorAddons.Drawers.Utilities;
using UnityEditor;
using UnityEngine;
#if UNITY_2022_1_OR_NEWER
using GizmoUtility = BetterAttributes.EditorAddons.Drawers.Utilities.GizmoUtility;
#endif

namespace BetterAttributes.EditorAddons.Drawers.Gizmo
{
Expand Down
3 changes: 3 additions & 0 deletions Editor/EditorAddons/Drawers/Gizmo/GizmoDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
using BetterExtensions.EditorAddons;
using UnityEditor;
using UnityEngine;
#if UNITY_2022_1_OR_NEWER
using GizmoUtility = BetterAttributes.EditorAddons.Drawers.Utilities.GizmoUtility;
#endif

namespace BetterAttributes.EditorAddons.Drawers.Gizmo
{
Expand Down
4 changes: 3 additions & 1 deletion Editor/EditorAddons/Drawers/Gizmo/HideTransformDrawer.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using BetterAttributes.EditorAddons.Drawers.Utilities;
using BetterAttributes.EditorAddons.Helpers;
using BetterExtensions.EditorAddons;
using UnityEditor;
using UnityEngine;
#if UNITY_2022_1_OR_NEWER
using GizmoUtility = BetterAttributes.EditorAddons.Drawers.Utilities.GizmoUtility;
#endif

namespace BetterAttributes.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": "Unity Better Attributes",
"version": "0.1.3",
"version": "0.1.4",
"unity": "2018.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 00d7470

Please sign in to comment.