Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rinlovesyou/unity-rs


https://github.com/rinlovesyou/unity-rs

Last synced: 11 days ago
JSON representation

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]





Logo

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.

(back to top)

## 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

(back to top)

## Usage

Under Construction

(back to top)

## Roadmap

- [x] Mono/Old Mono
- [ ] Il2cpp
- [ ] Custom Dobby wrapper, with integration

See the [open issues](https://github.com/RinLovesYou/unity-rs/issues) for a full list of proposed features (and known issues).

(back to top)

## 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

(back to top)

## License

Distributed under the Apache-2.0 License. See `LICENSE.txt` for more information.

(back to top)

## Contact

RinLovesYou - [@does_rin](https://twitter.com/does_rin) - [email protected] - Rin#6969 (Discord)

(back to top)

[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/