Skip to content

Commit

Permalink
[v0.0.14] Icons updated
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dzZz-coder committed May 5, 2024
1 parent b1c4e41 commit 1b789e2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions Runtime/Clip/UnityAudioClip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace Depra.Sound.Clip
{
[Serializable]
[SerializeReferenceIcon("d_AudioClip Icon")]
[SerializeReferenceMenuPath(nameof(UnityAudioClip))]
public sealed class UnityAudioClip : IAudioClip
{
Expand Down
11 changes: 5 additions & 6 deletions Runtime/Clip/UnityAudioClip.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Runtime/Parameter/PositionParameter.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
using System;
// SPDX-License-Identifier: Apache-2.0
// © 2024 Nikolay Melnikov <n.melnikov@depra.org>

using System;
using Depra.SerializeReference.Extensions;
using UnityEngine;

namespace Depra.Sound.Parameter
{
[Serializable]
[SerializeReferenceIcon("d_Transform Icon")]
public struct PositionParameter : IAudioClipParameter
{
public Vector3 Value;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.depra.sound.unity",
"version": "0.0.13",
"version": "0.0.14",
"displayName": "Depra.Sound",
"description": "",
"unity": "2021.3",
Expand Down

0 comments on commit 1b789e2

Please sign in to comment.