We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9002957 commit fdd1262Copy full SHA for fdd1262
UnityMcpBridge/Editor/Tools/Prefabs/ManagePrefabs.cs
@@ -158,7 +158,7 @@ private static object CreatePrefabFromGameObject(JObject @params)
158
string requestedPath = @params["prefabPath"]?.ToString();
159
if (string.IsNullOrWhiteSpace(requestedPath))
160
{
161
- return Response.Error("'prefabPath' (or 'path') parameter is required for create_from_gameobject.");
+ return Response.Error("'prefabPath' parameter is required for create_from_gameobject.");
162
}
163
164
string sanitizedPath = AssetPathUtility.SanitizeAssetPath(requestedPath);
0 commit comments