This plugin allows for quickly and painlessly integrating arcade-style vehicles into your project. Unlike other vehicle systems, this plugin implements vehicles movement deriving from the PawnMovement component, which makes it much easier to integrate into your project, because your can add ArcadeVehicleMovementComponent to your existing vehicle blueprint, set it up and go! While being very flexible, it also provides example blueprints, that are already set-up, for those that want to quickly begin!
Whether your project is C++ or Blueprints based, we got you covered! The plugin can easily be integrated and extended using blueprints, as well as C++.
Plugin comes with very robust networking implementation. There was a lot of work to get the right networking using current UE4 Nvidia PhysX, because of semi-fixed time-step in the engine. However, we worked around this issue, and the networking implementation should feel pretty good.
At the moment networking is Client-Authoritative, but it's extremely simple to implement some sort of server-side verification to prevent cheaters if you want to.
Play around with it. I will be glad to hear what you think and improve this plugin in the future. Enjoy!
TUTORIAL VIDEO
Showcase Video
Example Project 4.26
Example Project 4.27
If you would like to try how the vehicle system feels like before you buy the plugin, check this free demo game!
DEMO GAME
Discord Community