Closed MrSte26 closed 1 year ago
I have the same error, how did you solve it?
The problem did not go away with the update to 4.24
crash happens with a clean project when switching possess pawn
Possessing cars is pretty project specific scenario. You need to modify source code to conform your requirements within plugin source.
Hi, I am having problems creating a vehicle using the plugin
1) When I create a vehicle the character does not get into the car.
2) When I try to choose a key this any the Editor crashes.
3) I saw from the Crash Report what line of code the problem is due to: UnrealEditor_ALSV4_CPP!AALSPlayerController::OnPossess() [D:\Unreal Projects\TPWCS-singl\Plugins\ALS-Community-4.23.3\Source\ALSV4_CPP\Private\Character\ALSPlayerController.cpp:29
4) TPWCS is a shooting system that I use within my project, where by following a guide from the author I was able to integrate it all
How can I solve it?