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 #85
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
uurha committed Jun 30, 2023
1 parent b09fcc1 commit e12f1d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Samples~/TestSamples/Scripts/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Better.Attributes.Runtime;
using Better.Attributes.Runtime.DrawInspector;
using Better.Attributes.Runtime.Gizmo;
using Better.Attributes.Runtime.Headers;
using Better.Attributes.Runtime.Preview;
using Better.Attributes.Runtime.ReadOnly;
using Better.Attributes.Runtime.Rename;
Expand All @@ -24,6 +25,7 @@ public enum MyFlagEnum

public class Test : MonoBehaviour
{
[IconHeader("78b772f3f305147419de3cc97ca72bd7")]
[Select(typeof(ISomeInterface))]
[SerializeField] private SerializedType serializedType;
[Select] [SerializeField] private KeyCode keyCode;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.uurha.betterattributes",
"displayName": "Better Attributes",
"version": "1.8.21",
"version": "1.8.22",
"unity": "2020.1",
"description": "Unity attributes, allows to serialize interfaces, draw handles for Vector3/Vector2/Quaternion/Bounds, create read only fields.",
"dependencies": {
"com.uurha.bettereditortools" : "0.9.5"
"com.uurha.bettereditortools" : "0.9.6"
},
"author": {
"name": "Arcueid D'athemon",
Expand Down

0 comments on commit e12f1d9

Please sign in to comment.