Skip to content

Commit

Permalink
clarify log for rotation animation export with wrong number of curves
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Feb 18, 2023
1 parent 6f377c4 commit e0aec48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ bool AddValue(float t)
}
else
{
Debug.LogError(null, "Unknown number of quaternion components, won't continue");
Debug.LogError(null, $"Rotation animation has {prop.curve.Count} curves, expected Euler Angles (3 curves) or Quaternions (4 curves). This is not supported, make sure to animate all components of rotations.");
}
}
else if (typeof(float) == type)
Expand Down

0 comments on commit e0aec48

Please sign in to comment.