This project is designed to attempt the interaction between Rust and Unity(C#).
Because of the difference between Rust and C#, string and array(Vec in Rust and List or Array in C#) can not directly pass to each other, so there's a buffer(ByteBuffer) in project to resolve this problem.
- Gather all dlls in one directory