I just start my new project in unity 3d 2022 and import ecosystem playmaker vuforia package. Before this version this package was fine, but the in newer version there is huge problem.
Assets\PlayMaker Vuforia\Scripts\PlayMakerVuforiaTrackableProxy.cs(21,62): error CS0246: The type or namespace name 'ITrackableEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayMaker Vuforia\Scripts\PlayMakerVuforiaVirtualButtonProxy.cs(19,66): error CS0246: The type or namespace name 'IVirtualButtonEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayMaker Vuforia\Scripts\PlayMakerVuforiaTrackableProxy.cs(20,27): error CS0246: The type or namespace name 'TrackableBehaviour' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayMaker Vuforia\Scripts\PlayMakerVuforiaTrackableProxy.cs(67,3): error CS0246: The type or namespace name 'TrackableBehaviour' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayMaker Vuforia\Scripts\PlayMakerVuforiaTrackableProxy.cs(68,3): error CS0246: The type or namespace name 'TrackableBehaviour' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayMaker Vuforia\Scripts\PlayMakerVuforiaTrackableProxy.cs(27,13): error CS0246: The type or namespace name 'TrackableBehaviour' could not be found (are you missing a using directive or an assembly reference?)