Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinlovesyou/unity-rs
https://github.com/rinlovesyou/unity-rs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rinlovesyou/unity-rs
- Owner: RinLovesYou
- License: apache-2.0
- Created: 2022-11-27T17:41:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T00:50:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:58:36.725Z (28 days ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
unity-rs
A Library for interacting with unity at runtime
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## About
THIS REPO IS [MOVING!](https://github.com/RinLovesYou/Ferrex/tree/master/unity)
Unity-rs provides an abstracted api to interact with Unity Games at runtime. It supports both Mono & Il2cpp, and will automatically detect which the game is running in.
By using this library, you will mostly not have to concern yourself with the specifics of the implementation, and can just interact with the game.
Of course, we also expose internal things, such as function pointers to mono/il2cpp functions, in case you need to hook them.## Getting Started
This project is mostly aimed at the use case for modding, so please take care of injecting a rust cdylib into the unity game.
### Installation
Simply add it to your `Cargo.toml`:
```
unity-rs = { git = "https://github.com/RinLovesYou/unity-rs.git" }
```
The Project is currently not in a state where i am confident to publish to Crates.io## Usage
Under Construction
## Roadmap
- [x] Mono/Old Mono
- [ ] Il2cpp
- [ ] Custom Dobby wrapper, with integrationSee the [open issues](https://github.com/RinLovesYou/unity-rs/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the Apache-2.0 License. See `LICENSE.txt` for more information.
## Contact
RinLovesYou - [@does_rin](https://twitter.com/does_rin) - [email protected] - Rin#6969 (Discord)
[contributors-shield]: https://img.shields.io/github/contributors/RinLovesYou/unity-rs.svg?style=for-the-badge
[contributors-url]: https://github.com/RinLovesYou/unity-rs/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/RinLovesYou/unity-rs.svg?style=for-the-badge
[forks-url]: https://github.com/RinLovesYou/unity-rs/network/members
[stars-shield]: https://img.shields.io/github/stars/RinLovesYou/unity-rs.svg?style=for-the-badge
[stars-url]: https://github.com/RinLovesYou/unity-rs/stargazers
[issues-shield]: https://img.shields.io/github/issues/RinLovesYou/unity-rs.svg?style=for-the-badge
[issues-url]: https://github.com/RinLovesYou/unity-rs/issues
[license-shield]: https://img.shields.io/github/license/RinLovesYou/unity-rs.svg?style=for-the-badge
[license-url]: https://github.com/RinLovesYou/unity-rs/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/sarah-codenz-17219a198/