Skip to content

Commit

Permalink
Merge pull request #10 from kelnishi/kelnishi-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kelnishi authored Nov 16, 2024
2 parents c8fd130 + c8b4837 commit ae76506
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,17 @@ if (runtime.TryGetExportedFunction(("hello", "main"), out var mainAddr))
## Integration with Unity
To add WACS to a Unity project, you'll need to add the following DLLs to your Assets directory:
### With Unity Package Manager
1. Window>Package Manager
2. Click + Add package from git URL...
3. Enter the package repo URL: ```[email protected]:kelnishi/WACS-Unity.git```
4. Click Add
This will put the DLLs into your project.
Import the WasmRunner sample to get started.
### Manually
To manually add WACS to a Unity project, you'll need to add the following DLLs to your Assets directory:
- Wacs.Core.dll
- FluentValidation.dll
- Microsoft.Extensions.ObjectPool.dll
Expand Down

0 comments on commit ae76506

Please sign in to comment.