From 936ccea189f0e9442761dd0ea768f71bbe1fa349 Mon Sep 17 00:00:00 2001 From: Kelvin Nishikawa Date: Mon, 18 Nov 2024 01:15:53 -0800 Subject: [PATCH] Update README.md Making unity url clickable --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 479a677..beea603 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,10 @@ if (runtime.TryGetExportedFunction(("hello", "main"), out var mainAddr)) ### With Unity Package Manager 1. Window>Package Manager 2. Click + Add package from git URL... -3. Enter the package repo URL: ```git@github.com:kelnishi/WACS-Unity.git``` +3. Enter the package repo URL: + ```text + git@github.com:kelnishi/WACS-Unity.git + ``` 4. Click Add This will put the DLLs into your project.