You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using carla on unreal engine 5.3
Not all the bluperint of vehicle can be spawn because they are not defined in the blueprint library.
Like for the Tesla, the blue print is existing but not in the world.get_blueprint_library() so we can not spawn it.
even if we add it in the VehicleFactory, it don't take the changes into account.
I wanted to know how we can add these vehicle like the tesl or the toyota into the bluprint library ?
The text was updated successfully, but these errors were encountered:
In version 5.3, we updated and improved some of our vehicles to better align with the enhanced visual quality of Town10. While we’ve added a few unmodified vehicles to maintain diversity, we also removed some older or low-poly vehicles from the Vehicle Factory.
To add a vehicle to the factory, the process has changed. You now need to recreate the entire Blueprint for the vehicle, as the existing one is not compatible due to the switch from Chaos to PhysX. Once the new Blueprint is created, you can add it to the Vehicle Factory.
To do so, you’ll need to use the VehicleParameters.json file, where all the necessary parameters for the vehicle should be defined.
I'm using carla on unreal engine 5.3
Not all the bluperint of vehicle can be spawn because they are not defined in the blueprint library.
Like for the Tesla, the blue print is existing but not in the world.get_blueprint_library() so we can not spawn it.
even if we add it in the VehicleFactory, it don't take the changes into account.
I wanted to know how we can add these vehicle like the tesl or the toyota into the bluprint library ?
The text was updated successfully, but these errors were encountered: