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

Commit

Permalink
Update Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
uurha committed Apr 21, 2024
1 parent c575a70 commit 090db3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Samples
{
public class Test2 : MonoBehaviour
public class Test2 : MonoBehaviour, ISomeInterface
{
[Dropdown(nameof(testArray))] [SerializeField]
private string testStr;
Expand Down
2 changes: 1 addition & 1 deletion Assets/BetterAttributes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"unity": "2021.3",
"description": "Unity attributes, allows to serialize interfaces, draw handles for Vector3/Vector2/Quaternion/Bounds, create read only fields.",
"dependencies": {
"com.tdw.better.commons" : "0.0.3",
"com.tdw.better.commons" : "0.0.4",
"com.tdw.better.internal.core" : "0.0.2"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tdw.better.commons": "0.0.3",
"com.tdw.better.commons": "0.0.4",
"com.unity.ai.navigation": "1.1.4",
"com.unity.collab-proxy": "2.0.7",
"com.unity.ide.rider": "3.0.24",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.tdw.better.commons": {
"version": "0.0.3",
"version": "0.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down

0 comments on commit 090db3e

Please sign in to comment.