Skip to content

Commit adf674c

Browse files
author
Miguel Tomas
committed
Fixed UiService documenation text
1 parent 30dd3c1 commit adf674c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Runtime/UiService.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ public UiService(IUiAssetLoader assetLoader)
2525
}
2626

2727
/// <summary>
28-
/// Initialize the service with the proper <paramref name="configs"/>
28+
/// Initialize the service with <paramref name="configs"/> that define the game's UI
2929
/// </summary>
30+
/// <remarks>
31+
/// To help configure the game's UI you need to create a UiConfigs Scriptable object by:
32+
/// - Right Click on the Project View > Create > ScriptableObjects > Configs > UiConfigs
33+
/// </remarks>
3034
/// <exception cref="ArgumentException">
3135
/// Thrown if any of the <see cref="UiConfig"/> in the given <paramref name="configs"/> is duplicated
3236
/// </exception>

0 commit comments

Comments
 (0)