Real Drift Manager Update 2022

Asset Store Link

Requires Unity 5.3.1 or newer versions of unity editor for download and works with any unity version.

Tutorials playlist

Mange your car drifting score with this simple easy to use drift manager.

Easily integrate with any car physics or see my integration tutorial and samples with Realistic Car Controller 3.

Features:
- Simple car controller (keyboard only) -Drift factor based on drift time (1X,2X,3X and …)
-Speed based score
-Speed based drift starting delay
- Engine power/heat system
-4 different type of the drift modes.
-1 free car
-3 sport engine sound
-1 free drift race track
-Collision lost system
-Ground tag system
-Easy to integrate with any car physics.
- Tutorials with Realistic Car Controller 3
New
Realistic Car Controller 4 integration update:
- In the RCC 4 integration version guide version you must use Awake() function instead of the Start() function
https://www.youtube.com/watch?v=fagP-ARIPBE
My released complete game kits:

2D Racing Game Template

Car Parking Kit 2.2 + Car Parking Kit 1.7

Car Parking Kit 1.7

Real Drift Manager

Traffic Race : Crash Template

Truck Parking Kit

Traffic Ride Template

Bus Parking Kit 2

Car Parking Template 3

Off-Road Truck Template 2

Tree Collection Pack

1 Like

Hi @aliyeredon2 , this looks like a great drifting controller! Will you be releasing a web demo? I would really like to try it out. Also, will this work with UnityCar?

Hi
This asset needs RCC 3 or other car controllers to work. If you have already setup drifting for UnityCar It’s can work with that.
I can upload web demo with RCC 3

Read integration guide that’s attached to this post.

2939247–217478–Helps.rar (1.23 MB)

Oh really, I thought that a simple car controller was included in the package, since it is listed in the features? I really like the functionality in this video demo , is this using the RCC 3 controller for the drifting or something else?

Simple car controller is not same as you see in video. I’m used RCC 3 in the that video.
My simple car controller video is uploading now:

https://www.youtube.com/watch?v=6wubMFfbnKc

Thanks for the video. Is there any chance that you could provide a web demo of the included simple car controller, or upload a desktop build/exe to dropbox for download? I would like to try out the drift handling of the included controller to make sure it fits my use case.

I recommend you to use RCC or other car physics. My car controller is made just for asset store team to test and accept my package.
Web demo is uploading now…

Awesome thanks heaps!

Windows demo:

I the new update, I want to make a new more complete package with garage and vehicle customization system.
I love Drift Zone style game and found it easier than drift racing style.

Just tried it out and it works great. I was actually looking for more simplified/easier drift handling (as oppose to super realistic), which the included controller does well. :smile:

I’m working on this issue in the future.

Price drop to 10$ (15$ before)

Does this drift system work in Edys Physics? Is score also based on drift angle?

Please read help file in post #3. It’s need some variables passed from car physics. for example isDrifting(boolean)

You can multiply drift angle to speed or drifting score. that’s easy.

Is this possible to use drift poles? The closer you drift near the drift pole, the more points you get right?

Is not supported now. I don’t know how to implement it.

Is it compatible with IRDS?

You need to send is drifting (bool) and speed(float) values to my script to manage drifting.
Please read my integration guide to RCC3

How can I disable engine heat?