Skip to content

Commit 32f0298

Browse files
committed
docs: Add tooltip to NetworkConfig field for better UX
- Explains how to create NetworkConfig via context menu - Notes that leaving empty uses Testnet defaults
1 parent c9bd68d commit 32f0298

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Assets/CasperSDK/Samples/CasperWalletDemo/CasperWalletDemoController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ namespace CasperSDK.Samples
1919
public class CasperWalletDemoController : MonoBehaviour
2020
{
2121
[Header("Configuration")]
22+
[Tooltip("Optional: Create via Right-Click > Create > CasperSDK > Network Config. Leave empty for Testnet defaults.")]
2223
[SerializeField] private NetworkConfig _networkConfig;
2324

2425
// UI References (found automatically)

0 commit comments

Comments
 (0)