Realistic Car Controller V3.50
Please read release notes.
[Leading Features]
* Compatible with Unity 2019, Unity 2020, and Unity 2021.
* 10 configured vehicle prefabs ready to use,
* 10 Demo Scenes for presenting regular City, Mobile City, Photon, Enter/Exit scenes (FPS/TPS), Vehicle Selection, and more...
* Photon PUN 2 multiplayer support,
* Complete UI dashboard with mobile controllers,
* Record & Replay, Enter & Exit, Lighting, Camera modes, Behaviors, Customization, Damage, and more...
* Ability to use plugin with very wide range. Can be used on a toy car, or even truck with trailer,
* Animated driver with vehicle, and Skyline models by 3DMaesen,
* User friendly editor scripts,
* Optimized mesh deformations on collisions,
* Variable ground physics,
* Easy to use, and highly customizable,
Creating your own realistic vehicle has never been so easy. Fully functional vehicle creating just takes about 5 minutes only! One click to setup, switch controllers, switch behaviors, customizations... Easy to use and very customizable. Comes with 10 pre-configured vehicle behaviors. Tested on PC, Mac, Android and iOS platforms.
Powerful classes for instantiating new vehicles at given position, customizing, operating, or switching behavior with one line of code only!
- Restricted with prefab vehicles?
+ Nope.
- Moding existing prefab vehicles, or changing just model of the prefab for creating new vehicle?
+ Nope.
- Wasting your time on editing complex curves, editing hardcoded lines and values to get fun physics, or dozens of multiple scripts to modify the package?
+ Nope.
This is neither a game template nor just a editor extension. You won't be restricted with package rules.
You are actually buying this package for creating brand new vehicles, not moding or releasing the game with existing prefabs.
You can find a tutorial on our "Documentation" page for, how to setup and configure a realistic vehicle from scratch with any kind of vehicle model.
[Release Notes]
Version 3.50(current)
Released: Mar 30, 2022
[Always backup your project before updating any asset or Unity Editor. Keep your own assets outside of the RealisticCarControllerV3 folder. Delete the entire folder, and import the updated version. Updating was explained in documentation]
Fixed an issue where wheels were unable to get correct ground material from the ground collider sometimes.
Fixed an issue where missing turbo/nos audiosources when enabling them during the gameplay.
Fixed multiple UI events on the mobile steering wheel controller.
Fixed camber, caster, toe angles on calipers.
Fixed wheel particle positions (Y offset).
Fixed multiple terrain support, and added more detailed documentation about multiple terrain support.
Fixed an issue where detachable parts were not repairable after the crash.
Fixed an issue where crash audio clips were not playing while "Use Damage" is disabled.
Fixed an issue where TCS wasn't working at reverse gear.
Fixed stuttering wheel rotation (due to GetWorldPose()) especially in slow motions. Accurate and fast modes have been added to RCC_WheelCollider.
Fixed not working occlusion layermask on cinematic and wheel camera modes.
Fixed unrealistic bus handling.
Fixed an issue where players were spawning at the same spawn point.
Fixed an issue where ESP was still working even on air.
Fixed an issue where forward and sideways slips were still not zero on air.
Improved mesh deformation (New methods).
Improved collision calculations.
Improved wheel damage.
Improved and optimized RCC_WheelCollider.cs.
Improved handling of all demo vehicles.
Added new input system with keyboard & mouse, gamepads, oculus quest 1 / 2, logitech steering wheel control schemes.
Added a crash test scene with physics based machines where you can push limits of deformation of your vehicle.
Added steering stabilizer, and limiter.
Added steering curve based on speed.
Added steering types (Curve, Basic, Constant).
Added individual skidmark width per wheel. Each wheel can draw a different width of skidmarks.
Added "Override Behavior" option to the vehicles. If it's on, selected behavior in RCC Settings won't override this vehicle.
Added breakable lights depends on the collisions.
Added zoom in/out to the RCC Camera.
Added drift camera mode to the RCC Camera.
Added new documentation for the new input system.
Added clean skidmarks method.
Added unpacking prefab option while creating new vehicles. As you well know, you can't make any changes on the connected prefab instances.
Added informative messages to RCC_Editor. If the collider of the vehicle is trigger enabled, or one of the wheels has the wrong radius, or any additional rigidbodies found, or sphere colliders found at wheels, the editor will inform you. Some models have sphere colliders attached to their wheels by the designers.
Added three options to the damage (Deform meshes, play audio, and play particles).
Added deformation modes (Accurate, and Fast).
Added wheel detachment depends on the collisions..
Added keyboard shortcuts for adding the main controller, enabling in-scene editor UI buttons, and RCC Settings(Shift + S, Shift + R, Shift + E).
Added terrain to the city scenes.
Added highway roads to the city scenes.
Added check up functions to RCC_CarControllerV3 (Will inform you if there are incorrect configurations).
Renewed mobile controllers. They are using their own input system apart from the input system.
Updated Photon2 integration package and added more detailed documentation about it.
Updated obsolete and outdated methods.
Removed old legacy input system.
Removed the old UI event system at RCC_Canvas.
Removed all controller types in RCC Settings. We won't need them with the new input system.
Removed steer angle adjuster based on vehicle speed. Steer angle curve will handle this.
Removed unnecessary raycasts in RCC_Camera.
Removed unnecessary raycasts in RCC_WheelCollider.
Removed unnecessary reading terrain data per wheel. RCC_SceneManager is reading data of the terrain now.
Removed damaged camber, caster, toe variables in RCC_WheelCollider. Wheel itself takes the damage now with the new damage system.
Removed PUN1 support (PUN2 still available).
---V3.49---
Fixed an issue where camber, caster, toe were not working when wheel damage is set to off.
Added steering assistance (Improved counter steering).
Fixed an issue where trailers were not hooking up when they are parented.
Fixed an issue where mobile steering wheel was resetting without Time.deltaTime.
Added clean skidmarks function to API.
Fixed an issue where AI cars won't put to reverse gear when they get stuck on follow target mode.
Fixed an issue where AI cars passes next waypoint even too far away.
Fixed an issue where RCC_Exhausts was throwing errors about light source when it's not selected. Light source of the exhaust flame is optional now.
Fixed an issue where hood camera wasn't working properly if target of the configurable joint wasn't selected.
Original
Released: Mar 28, 2014