Skip to content

simple Unity freecam melonloader mod with controller and keyboard support

License

Notifications You must be signed in to change notification settings

oiyl/unity-freecam-melonloader

Repository files navigation

unity-freecam-melonloader

Very simple Unity il2cpp freecam melonloader mod with XInput controller and keyboard support that should work on most il2cpp Unity games.

Preview

Installation

⚠️ Backup game files before installing

  1. Download and install MelonLoader
  2. Download the Unity freecam from the releases page
  3. Place the Keyboard/Mods/unity_freecam.dll in your MelonLoader installation directory's Mods folder (Alternatively use Controller folder for controllers)
  4. For controller support, place Controller/UserLibs in your MelonLoader installation directory UserLibs folder, and place XInputInterface.dll in your MelonLoader installation directory

Development

⚠️ Run MelonLoader at least once to make sure the assemblies are downloaded

  1. Copy "MelonLoader.dll" and "Il2CppInterop.Runtime.dll" from your MelonLoader\net6\ path into the projects libs\ folder

  2. Copy the library content from MelonLoader\Il2CppAssemblies\ into the projects libs\ directory

  3. Add references to all of them (Visual Studio should automatically include everything)

Controls

F5 to toggle freecam

Keyboard / Mouse: W, A, S, D, Ctrl, Space

Controller: Joysticks

Supported platforms

  • As far as MelonLoader supports it
  • XInput functionality only works on Windows
  • MelonLoader v0.6.2 OpenBeta ( x64, Il2cpp, net6, Unity Version 2019.4.11f1 )
  • Literally made this just for Digimon World: Next Order

Notes

  • Should lock input yourself if needed, Will Be Done One Day™
  • If using a controller on Steam, disable SteamInput as this disables XInput and the XInput wrapper will not work
  • Only works with an XInput controller. switching out the library for another (Such as SDL2 for DirectInput) should be easy.

Support

If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.

Acknowledgements

License

The MIT License, available in the LICENSE file

About

simple Unity freecam melonloader mod with controller and keyboard support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages