NWH Vehicle Physics error

nathanj

Active member
Teeny tiny error with the update NWH integration.

You need to replace

Code:
using NWH;

with

Code:
using NWH.Common.Vehicles;
 
Ah, actually, one more issue.
In the demo you don't need to be in the car to drive. So if you plress play and press W the player walks forward and teh car drives off.
 
It looks like NWH had a major update. Thanks, I'll take a look.

Edit: the integration has been updated.
 
Last edited:
Top