From bf26fb9683ad6f05b29a7a0b74d628ae924540a0 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 26 Sep 2025 10:19:39 +0200 Subject: [PATCH] [unity] Minor: Fixed incorrect param documentation. Closes #2937. --- .../Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs b/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs index 6569a2f38..3161784c3 100644 --- a/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs +++ b/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs @@ -152,7 +152,8 @@ namespace Spine.Unity { return stateData; } - /// Loads, caches and returns the SkeletonData from the skeleton data file. Returns the cached SkeletonData after the first time it is called. Pass false to prevent direct errors from being logged. + /// Loads, caches and returns the SkeletonData from the skeleton data file. Returns the cached SkeletonData after the first time it is called. + /// Pass true to prevent direct errors from being logged. public SkeletonData GetSkeletonData (bool quiet) { if (skeletonJSON == null) { #if UNITY_EDITOR