-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from kelnishi/kelnishi-patch-2
Update README.md
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|