Skip to content

Commit c5e2b52

Browse files
committed
Do not serialize AnimatorParameter hashes
1 parent 520c8c1 commit c5e2b52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Runtime/DataStructures/AnimatorParameter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ namespace Zigurous.Animation
1212
[System.Serializable]
1313
public struct AnimatorParameter
1414
{
15-
[SerializeField]
16-
[HideInInspector]
1715
private int _hash;
1816

1917
/// <summary>

0 commit comments

Comments
 (0)