We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b9a8c commit 8105090Copy full SHA for 8105090
unity-native-plugin-tester/README.md
@@ -10,6 +10,7 @@ It should only be used for testing and debugging of native plugins.
10
## How to use
11
12
* Define in Cargo.toml
13
+ * The branch should match the version of "unity-native-plugin" crate.
14
```cargo
15
[dev-dependencies]
16
unity-native-plugin-tester = { git = "https://github.com/aosoft/unity-native-plugin-tester", branch = "main", features = ["d3d11"] }
0 commit comments